merge llvm compiler-rt 16.0.6
authorrobert <robert@openbsd.org>
Fri, 26 Jan 2024 11:36:31 +0000 (11:36 +0000)
committerrobert <robert@openbsd.org>
Fri, 26 Jan 2024 11:36:31 +0000 (11:36 +0000)
commit68dd5bb1859285b71cb62a10bf107b8ad54064d9
tree40aee1e6b09820c8c3b45f29053ffc9077739a48
parenta8551f48c9e5ce5cadfdc97490bc40f94ef72099
merge llvm compiler-rt 16.0.6
60 files changed:
gnu/llvm/compiler-rt/cmake/Modules/CustomLibcxx/CMakeLists.txt [deleted file]
gnu/llvm/compiler-rt/cmake/Modules/HandleCompilerRT.cmake [deleted file]
gnu/llvm/compiler-rt/lib/builtins/clear_cache.c
gnu/llvm/compiler-rt/lib/builtins/emutls.c
gnu/llvm/compiler-rt/lib/builtins/mingw_fixfloat.c [deleted file]
gnu/llvm/compiler-rt/lib/hwasan/hwasan_setjmp.S [deleted file]
gnu/llvm/compiler-rt/lib/interception/interception.h
gnu/llvm/compiler-rt/lib/orc/c_api.h [deleted file]
gnu/llvm/compiler-rt/lib/orc/unittests/CMakeLists.txt [deleted file]
gnu/llvm/compiler-rt/lib/orc/unittests/adt_test.cpp [deleted file]
gnu/llvm/compiler-rt/lib/orc/unittests/c_api_test.cpp [deleted file]
gnu/llvm/compiler-rt/lib/orc/unittests/endian_test.cpp [deleted file]
gnu/llvm/compiler-rt/lib/orc/unittests/error_test.cpp [deleted file]
gnu/llvm/compiler-rt/lib/orc/unittests/extensible_rtti_test.cpp [deleted file]
gnu/llvm/compiler-rt/lib/orc/unittests/orc_unit_test_main.cpp [deleted file]
gnu/llvm/compiler-rt/lib/orc/unittests/simple_packed_serialization_test.cpp [deleted file]
gnu/llvm/compiler-rt/lib/orc/unittests/stl_extras_test.cpp [deleted file]
gnu/llvm/compiler-rt/lib/orc/unittests/wrapper_function_utils_test.cpp [deleted file]
gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_allocator_bytemap.h [deleted file]
gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_linux.h
gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_openbsd.cpp [deleted file]
gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.cpp [deleted file]
gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_persistent_allocator.h [deleted file]
gnu/llvm/compiler-rt/lib/sanitizer_common/sanitizer_platform.h
gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/check_lint.sh [deleted file]
gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/cpplint.py [deleted file]
gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/litlint.py [deleted file]
gnu/llvm/compiler-rt/lib/sanitizer_common/scripts/litlint_test.py [deleted file]
gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ar_to_bc.sh [deleted file]
gnu/llvm/compiler-rt/lib/scudo/CMakeLists.txt [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_allocator.cpp [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_allocator.h [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_allocator_combined.h [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_allocator_secondary.h [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_crc32.cpp [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_crc32.h [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_errors.cpp [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_errors.h [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_flags.cpp [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_flags.h [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_flags.inc [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_interface_internal.h [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_malloc.cpp [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_new_delete.cpp [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_platform.h [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_termination.cpp [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_tsd.h [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_tsd_exclusive.cpp [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_tsd_exclusive.inc [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_tsd_shared.cpp [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_tsd_shared.inc [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_utils.cpp [deleted file]
gnu/llvm/compiler-rt/lib/scudo/scudo_utils.h [deleted file]
gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_clock.cpp [deleted file]
gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_clock.h [deleted file]
gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_interface_inl.h [deleted file]
gnu/llvm/compiler-rt/lib/tsan/rtl/tsan_update_shadow_word_inl.h [deleted file]
gnu/llvm/compiler-rt/lib/tsan/tests/unit/tsan_clock_test.cpp [deleted file]
gnu/llvm/compiler-rt/unittests/lit_unittest_cfg_utils.py [deleted file]