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

Anatoly Trosinenko via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 03:23:00 PDT 2025


================
@@ -277,6 +277,48 @@ class AArch64MCPlusBuilder : public MCPlusBuilder {
     }
   }
 
+  MCPhysReg
+  getRegUsedAsCallDest(const MCInst &Inst,
+                       bool &IsAuthenticatedInternally) const override {
----------------
atrosinenko wrote:

Opened a separate PR #133227 on updating `isIndirectCall()`.

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


More information about the llvm-commits mailing list