This revision was automatically updated to reflect the committed changes.
leonardchan marked 2 inline comments as done.
Closed by commit rC360707: [NewPM] Port HWASan and Kernel HWASan (authored by
leonardchan, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D61709?vs=198889&i
leonardchan added inline comments.
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:179
- bool runOnFunction(Function &F) override;
- bool doInitialization(Module &M) override;
+ bool instrumentFunction(Function &F);
+ void initializeWithModule(Module
philip.pfaffe accepted this revision.
philip.pfaffe added a comment.
This revision is now accepted and ready to land.
Nit aside, looks good!
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:179
- bool runOnFunction(Function &F) override;
- bool doIniti
leonardchan updated this revision to Diff 198889.
leonardchan marked 2 inline comments as done.
leonardchan retitled this revision from "[NewPM] Port HWASan" to "[NewPM] Port
HWASan and Kernel HWASan".
leonardchan edited the summary of this revision.
Repository:
rG LLVM Github Monorepo
CHANGES