1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/utils/gn/build
Reid Kleckner c5daefddfe [gn] Make ubsan errors fatal, as in cmake
Apparently ubsan errors are non-fatal by default. If you introduce UB
into LLVM and run the tests, if errors are not fatal, the test will
still produce the expected output and the tests will pass. In order to
make ubsan errors show up as test failures, they have to be made fatal.
Pass the -fno-sanitize-recover=all flag to make it so.

Differential Revision: https://reviews.llvm.org/D103298
2021-05-28 08:05:37 -07:00
..
libs
toolchain [gn build] Support compiler-rt/profile on Windows 2021-05-06 10:20:52 -07:00
BUILD.gn [gn] Make ubsan errors fatal, as in cmake 2021-05-28 08:05:37 -07:00
BUILDCONFIG.gn
buildflags.gni
fuzzer.gni
mac_sdk.gni
run_tablegen.py
symbol_exports.gni [gn build] Use .export files 2021-05-20 14:48:12 -04:00
symbol_exports.py [gn build] try reverting code part of f05fbb7795 2021-05-20 15:08:39 -04:00
symlink_or_copy.gni
symlink_or_copy.py
sync_source_lists_from_cmake.py
sysroot.gni
write_cmake_config.gni
write_cmake_config.py
write_library_dependencies.py
write_vcsrevision.gni
write_vcsrevision.py