mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
c5daefddfe
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 |
||
---|---|---|
.. | ||
libs | ||
toolchain | ||
BUILD.gn | ||
BUILDCONFIG.gn | ||
buildflags.gni | ||
fuzzer.gni | ||
mac_sdk.gni | ||
run_tablegen.py | ||
symbol_exports.gni | ||
symbol_exports.py | ||
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 |