We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0fa4ef commit 54aa0fdCopy full SHA for 54aa0fd
llvm/tools/llvm-mc/llvm-mc.cpp
@@ -467,7 +467,7 @@ int main(int argc, char **argv) {
467
MCPU = std::string(llvm::sys::getHostCPUName());
468
469
llvm::StringMap<bool> TargetFeatures = llvm::sys::getHostCPUFeatures();
470
- for (auto const& [FeatureName, IsSupported] : TargetFeatures)
+ for (auto const &[FeatureName, IsSupported] : TargetFeatures)
471
Features.AddFeature(FeatureName, IsSupported);
472
}
473
0 commit comments