[llvm-branch-commits] [MC][AArch64] Add .cfi_set_ra_state for PAuth_LR (PR #209949)

Nathan Corbyn via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 16 16:45:44 PDT 2026


================
@@ -7557,6 +7560,34 @@ bool AArch64AsmParser::parseDirectiveCFINegateRAStateWithPC() {
   return false;
 }
 
+/// parseDirectiveCFILLVMSetRAState
+/// ::= .cfi_set_ra_state ra_state, offset
+/// ::= .cfi_set_ra_state ra_state, pac_sym
+bool AArch64AsmParser::parseDirectiveCFILLVMSetRAState() {
----------------
cofibrant wrote:

I know this follows the pattern of the surrounding code but I don't understand the interpretation of the return value or why we don't consume it?

https://github.com/llvm/llvm-project/pull/209949


More information about the llvm-branch-commits mailing list