[PATCH] D119367: [HWASan] Allow no_sanitize(..) and change metadata passing.
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 11 10:19:36 PST 2022
eugenis added a comment.
You might want to update Bitcode writer/reader as well, otherwise nosanitize will be lost after a trip through .bc/.ii.
================
Comment at: compiler-rt/test/hwasan/TestCases/global-with-reduction.c:50
+ f()[atoi(argv[1])] = 1;
+ f()[atoi(argv[1])] = 1;
+ return 0;
----------------
did you mean to do it twice?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119367/new/
https://reviews.llvm.org/D119367
More information about the llvm-commits
mailing list