llvm-project/compiler-rt/lib/asan/tests
Petr Hosek 6699f55488 [compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwind
We already link libunwind explicitly so avoid trying to link toolchain's
default libunwind which may be missing. This matches what we already do
for libcxx and libcxxabi.

Differential Revision: https://reviews.llvm.org/D129472
2022-07-15 07:25:38 +00:00
..
CMakeLists.txt [compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwind 2022-07-15 07:25:38 +00:00
asan_benchmarks_test.cpp
asan_exceptions_test.cpp
asan_fake_stack_test.cpp
asan_globals_test.cpp
asan_interface_test.cpp [asan] Enable detect_stack_use_after_return=1 by default 2022-04-22 15:31:43 -07:00
asan_internal_interface_test.cpp
asan_mac_test.cpp
asan_mac_test.h
asan_mac_test_helpers.mm
asan_mem_test.cpp [Sanitizers] Remove OpenBSD support (new attempt) 2020-10-20 11:16:09 +01:00
asan_noinst_test.cpp [Sanitizers][Darwin] Replace SANITIZER_MAC with SANITIZER_APPLE in source files 2022-05-24 12:59:27 -07:00
asan_oob_test.cpp
asan_racy_double_free_test.cpp
asan_str_test.cpp
asan_test.cpp [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
asan_test.ignore [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
asan_test_config.h [clang] accept -fsanitize-ignorelist= in addition to -fsanitize-blacklist= 2021-05-04 10:24:00 -04:00
asan_test_main.cpp [Sanitizer][Darwin] Cleanup MaybeReexec() function and usage 2022-07-08 14:31:42 -07:00
asan_test_utils.h