[llvm] [BOLT][AArch64] Support for pointer authentication (v2) (PR #120064)
Paschalis Mpeis via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 07:59:05 PST 2025
================
@@ -72,7 +72,14 @@ class MCAnnotation {
kLabel, /// MCSymbol pointing to this instruction.
kSize, /// Size of the instruction.
kDynamicBranch, /// Jit instruction patched at runtime.
- kGeneric /// First generic annotation.
+ kSigning, /// Inst is a signing instruction (paciasp, etc.)
----------------
paschalis-mpeis wrote:
nit: could end comments here with dots.
https://github.com/llvm/llvm-project/pull/120064
More information about the llvm-commits
mailing list