[llvm] [LLVM][AArch64] Build attributes: Support switching to a defined subsection by name only (PR #154159)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 19 08:46:02 PDT 2025
================
@@ -7925,7 +7927,25 @@ bool AArch64AsmParser::parseDirectiveAeabiSubSectionHeader(SMLoc L) {
return true;
}
Parser.Lex();
- // consume a comma
+
+ // Check whether only the subsection name was provided.
----------------
sivan-shani wrote:
Thank you, comment addressed.
https://github.com/llvm/llvm-project/pull/154159
More information about the llvm-commits
mailing list