[llvm] [BOLT] Gadget scanner: detect authentication oracles (PR #135663)
Anatoly Trosinenko via llvm-commits
llvm-commits at lists.llvm.org
Wed May 28 10:07:54 PDT 2025
================
@@ -284,6 +283,15 @@ class ClobberingInfo : public ExtraInfo {
void print(raw_ostream &OS, const MCInstReference Location) const override;
};
+class LeakageInfo : public ExtraInfo {
----------------
atrosinenko wrote:
Added the comments, thanks!
https://github.com/llvm/llvm-project/pull/135663
More information about the llvm-commits
mailing list