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

Florian Mayer via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 13:24:54 PDT 2024


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

nit: This comment doesn't add anything over the function prototype

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


More information about the llvm-commits mailing list