1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +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 [gn build] make WindowsManifestMerger.cpp build fine with sysroot 2021-02-17 15:03:46 -05:00
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 [gn build] try to fix libxml2 include path on mac after 0ec448194e29 2021-02-18 14:40:14 -05:00
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 [gn build] try to make sync_source_lists_from_cmake.py py3-compatible 2021-04-14 14:36:29 -04:00
sysroot.gni [gn build] make WindowsManifestMerger.cpp build fine with sysroot 2021-02-17 15:03:46 -05:00
write_cmake_config.gni
write_cmake_config.py
write_library_dependencies.py [gn build] kind of merge f020544601 2021-02-18 16:12:32 -05:00
write_vcsrevision.gni
write_vcsrevision.py