[PATCH] D127543: [HWASan] Use new IR attribute for communicating unsanitized globals.
Mitch Phillips via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 10 14:53:18 PDT 2022
hctim added a comment.
FYI - if you want to check that the attribute is being emitted correctly for sanitizer ignorelists, one uses the test in the parent patch: https://reviews.llvm.org/D126929#change-pnXipICIxofc
If you want to check that the attribute is being emitted correctly for `__attribute__((no_sanitize('hwaddress')))`, you'll have to check the child patch, as that's not currently possible :).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127543/new/
https://reviews.llvm.org/D127543
More information about the llvm-commits
mailing list