llvm-project/compiler-rt/lib/gwp_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
..
platform_specific [GWP-ASan] Minor refactor of optional components. 2021-01-14 11:14:11 -08:00
CMakeLists.txt [compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwind 2022-07-15 07:25:38 +00:00
alignment.cpp [NFCI] clang-format gwp-asan files. 2022-05-18 14:10:44 -07:00
backtrace.cpp [rt][nfc] Rewrite #ifndef as #if defined(). 2021-07-19 14:17:13 +02:00
basic.cpp [GWP-ASan] Add aligned allocations. 2021-02-08 11:22:29 -08:00
compression.cpp [GWP-ASan] Port tests to Fuchsia 2020-11-18 13:36:12 -08:00
crash_handler_api.cpp [GWP-ASan] Add aligned allocations. 2021-02-08 11:22:29 -08:00
driver.cpp [GWP-ASan] Port tests to Fuchsia 2020-11-18 13:36:12 -08:00
enable_disable.cpp Name all DEATH tests using 'DeathTest' suffix. 2021-07-02 13:51:16 -07:00
harness.cpp [GWP-ASan] Port tests to Fuchsia 2020-11-18 13:36:12 -08:00
harness.h Name all DEATH tests using 'DeathTest' suffix. 2021-07-02 13:51:16 -07:00
iterate.cpp [gwp_asan] Add missing <algorithm> include 2022-02-19 01:14:14 +00:00
late_init.cpp [GWP-ASan] Port tests to Fuchsia 2020-11-18 13:36:12 -08:00
mutex_test.cpp [GWP-ASan] Port tests to Fuchsia 2020-11-18 13:36:12 -08:00
options.cpp [GWP-ASan] Add inbuilt options parser. 2021-01-15 12:57:05 -08:00
slot_reuse.cpp [GWP-ASan] Port tests to Fuchsia 2020-11-18 13:36:12 -08:00
thread_contention.cpp