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

Jacob Bramley via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 07:21:20 PDT 2025


================
@@ -277,6 +277,33 @@ class AArch64MCPlusBuilder : public MCPlusBuilder {
     }
   }
 
+  MCPhysReg
+  getRegUsedAsCallDest(const MCInst &Inst,
+                       bool &IsAuthenticatedInternally) const override {
+    assert(isCall(Inst) || isBranch(Inst));
----------------
jacobbramley wrote:

That'd be more consistent with `getRegUsedAsRetDest`.

_Sorry about the noise: GitHub showed this duplicated, so I tried to delete one, and then it deleted both._

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


More information about the llvm-commits mailing list