llvm-project/llvm/utils/gn/build/toolchain
Nico Weber 52554f7315 [gn build] Allow use_ubsan=true on mac and unbreak use_asan, use_tsan, use_ubsan
`use_ubsan=true` seems to Just Work on macOS, so allow it.

https://reviews.llvm.org/D122862 broke use_asan=true, use_tsan=true, and
use_ubsan=true builds on Linux too. This makes this go again by explicitly
disabling asan, tsan, and ubsan for the baremetal part of the build. See
discussion on https://reviews.llvm.org/D122862 for other possible approaches.

Differential Revision: https://reviews.llvm.org/D127906
2022-06-15 19:34:35 -04:00
..
BUILD.gn [gn build] Allow use_ubsan=true on mac and unbreak use_asan, use_tsan, use_ubsan 2022-06-15 19:34:35 -04:00
compiler.gni [gn build] Use LLD as host linker by default on macOS if clang_base_path is set 2021-10-27 09:44:00 -04:00
target_flags.gni Reland "gn build: Fix support for building the builtins for baremetal." 2022-04-06 13:45:40 -07:00