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

Reply via email to