[PATCH] D88056: [gn build] Allow option to build with asan/tsan/ubsan
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 23 10:23:17 PDT 2020
thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.
I believe I used this (by hacking up the gn files) locally on mac a while ago, but I'm not sure. LG, I'll try asan on mac and relax the assert if it works.
Naming-wise, it's maybe unclear if `use_?san` turns on the sanitizer for building llvm itself or for the output of clang or what, but it's consistent with the existing `is_clang` so maybe let's not worry about this too much for now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88056/new/
https://reviews.llvm.org/D88056
More information about the llvm-commits
mailing list