[llvm-branch-commits] [llvm] [BOLT] Gadget scanner: detect non-protected indirect calls (PR #131899)

Kristof Beyls via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Mar 25 06:49:02 PDT 2025


================
@@ -577,6 +577,16 @@ class MCPlusBuilder {
     return getNoRegister();
   }
 
+  /// Returns the register used as call destination, or no-register, if not
+  /// an indirect call. Sets IsAuthenticatedInternally if the instruction
+  /// accepts signed pointer as its operand and authenticates it internally.
----------------
kbeyls wrote:

maybe s/accepts signed pointer/accepts a signed pointer/?

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


More information about the llvm-branch-commits mailing list