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 8f0c014 commit 10affafCopy full SHA for 10affaf
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
@@ -6995,7 +6995,7 @@ bool AArch64AsmParser::parseDirectiveArch(SMLoc L) {
6995
});
6996
6997
if (It == std::end(ExtensionMap))
6998
- Error(CurLoc, "unsupported architectural extension: " + Name);
+ return Error(CurLoc, "unsupported architectural extension: " + Name);
6999
7000
if (EnableFeature)
7001
STI.SetFeatureBitsTransitively(It->Features);
0 commit comments