[PATCH] D60722: gn build: Add a `use_asan` build arg that can be used to build asanified clangs and llds
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 10:20:27 PDT 2019
pcc added a comment.
We shouldn't be compiling any of the sanitizer runtimes with sanitizers, that's pretty much guaranteed not to work.
We could do something like this to disable asan in non-default toolchains:
https://cs.chromium.org/chromium/src/build/config/sanitizers/sanitizers.gni?l=123
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60722/new/
https://reviews.llvm.org/D60722
More information about the llvm-commits
mailing list