[PATCH] D89344: Introduce convenience macro ASAN_NO_INSTR_PTR.
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 22:11:51 PDT 2020
vitalybuka added a comment.
Ubsan ignores volatile vars https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
maybe better to make sure that asan does the same here as well?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89344/new/
https://reviews.llvm.org/D89344
More information about the llvm-commits
mailing list