Searched refs:UnmatchedReadFeatures (Results 1 – 1 of 1) sorted by relevance
294 SmallVector<StringRef, 4> UnmatchedExistingFeatures, UnmatchedReadFeatures; in checkTargetOptions() local300 std::back_inserter(UnmatchedReadFeatures)); in checkTargetOptions()304 if (AllowCompatibleDifferences && UnmatchedReadFeatures.empty()) in checkTargetOptions()308 for (StringRef Feature : UnmatchedReadFeatures) in checkTargetOptions()316 return !UnmatchedReadFeatures.empty() || !UnmatchedExistingFeatures.empty(); in checkTargetOptions()