================
@@ -238,6 +238,11 @@ void AsmPrinter::emitCFIInstruction(const MCCFIInstruction 
&Inst) const {
   case MCCFIInstruction::OpNegateRAStateWithPC:
     OutStreamer->emitCFINegateRAStateWithPC(Loc);
     break;
+  case MCCFIInstruction::OpLLVMSetRAState: {
+    OutStreamer->emitCFILLVMSetRAState(Inst.getRASignState(),
----------------
Stylie777 wrote:

If `Inst.getRASignSymbol()` is `nullptr` how is this handled, do we need to use 
the offset instead? I think we do.

https://github.com/llvm/llvm-project/pull/205442
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to