[PATCH] D89344: Introduce convenience macro ASAN_NO_INSTR_PTR.
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 14 11:31:40 PDT 2020
delcypher added a comment.
In D89344#2329258 <https://reviews.llvm.org/D89344#2329258>, @vitalybuka wrote:
> Ubsan ignores volatile vars https://clang.llvm.org/docs/UndefinedBehaviorSanitizer.html
> maybe better to make sure that asan does the same here as well?
Why would we want that behaviour for ASan? I checked and it looks like `volatile` pointers do get instrumented by ASan and I see no reason to change that.
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