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

Anatoly Trosinenko via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 26 05:48:01 PDT 2025


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

Thanks for pointing this out! Non-indirect control flow instructions are inherently irrelevant here.

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


More information about the llvm-commits mailing list