[llvm] [BOLT][binary-analysis] Add initial pac-ret gadget scanner (PR #122304)
Kristof Beyls via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 05:59:01 PST 2025
================
@@ -148,6 +149,68 @@ class AArch64MCPlusBuilder : public MCPlusBuilder {
return false;
}
+ MCPhysReg getAuthenticatedReg(const MCInst &Inst) const override {
----------------
kbeyls wrote:
The regression tests have been added in the latest commit, I believe the work related to this comment is now complete.
https://github.com/llvm/llvm-project/pull/122304
More information about the llvm-commits
mailing list