================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to