[llvm] [PAC][AArch64] Lower ptrauth constants in data (PR #94240)

Daniil Kovalev via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 7 03:18:14 PDT 2024


================
@@ -585,6 +586,11 @@ class AsmPrinter : public MachineFunctionPass {
     emitGlobalConstant(DL, CV);
   }
 
+  /// Lower the specified ptrauth constant to an MCExpr.
----------------
kovdan01 wrote:

Makes sense, deleted the comment, see 9633e04f21f0745dc76f905684168333c2c4ff4d

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


More information about the llvm-commits mailing list