[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:50 PDT 2026


================
@@ -122,6 +122,12 @@ class CFIProgram {
         // No operands
         addInstruction(Opcode);
         break;
+      case DW_CFA_AARCH64_set_ra_state: {
+        uint64_t RAState = Data.getULEB128(C);
+        uint64_t FactoredOffset = (uint64_t)Data.getSLEB128(C);
----------------
cofibrant wrote:

Is `static_cast` illegal here? 

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


More information about the llvm-branch-commits mailing list