Searched refs:UnmatchedReadFeatures (Results 1 – 1 of 1) sorted by relevance
426 SmallVector<StringRef, 4> UnmatchedExistingFeatures, UnmatchedReadFeatures; in checkTargetOptions() local432 std::back_inserter(UnmatchedReadFeatures)); in checkTargetOptions()436 if (AllowCompatibleDifferences && UnmatchedReadFeatures.empty()) in checkTargetOptions()440 for (StringRef Feature : UnmatchedReadFeatures) in checkTargetOptions()448 return !UnmatchedReadFeatures.empty() || !UnmatchedExistingFeatures.empty(); in checkTargetOptions()