llvm-project/compiler-rt/lib/scudo/standalone/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
atomic_test.cpp [scudo][standalone] Remove unused atomic_compare_exchange_weak 2020-09-28 16:25:14 -07:00
bytemap_test.cpp
checksum_test.cpp [scudo] Fix static and unused function type annotations 2022-03-18 12:52:29 -07:00
chunk_test.cpp Name all DEATH tests using 'DeathTest' suffix. 2021-07-02 13:51:16 -07:00
combined_test.cpp [scudo] Fix test harness integration 2022-03-17 10:17:36 -07:00
common_test.cpp [NFC][scudo] Avoid integer overflow in test 2021-06-03 00:08:41 -07:00
flags_test.cpp [scudo][standalone] Restore GWP-ASan flag parsing 2021-01-27 12:35:34 -08:00
list_test.cpp
map_test.cpp [scudo] Use portable sysconf instead of deprecated getpagesize 2022-03-17 11:02:26 -07:00
memtag_test.cpp [scudo] Fix test harness integration 2022-03-17 10:17:36 -07:00
mutex_test.cpp [scudo] Make Scudo compile for C++20 2022-01-14 14:53:40 -08:00
primary_test.cpp [scudo][tests] Pass read-only vector by reference 2022-03-17 10:17:36 -07:00
quarantine_test.cpp [scudo] Rework Vector/String 2021-06-03 18:12:24 -07:00
release_test.cpp [scudo][standalone] Compact pointers for Caches/Batches 2021-02-25 12:14:38 -08:00
report_test.cpp Name all DEATH tests using 'DeathTest' suffix. 2021-07-02 13:51:16 -07:00
scudo_unit_test.h [scudo] Add memtag_test 2021-06-04 12:38:29 -07:00
scudo_unit_test_main.cpp [scudo] Enabled MTE before the first allocator 2021-06-23 23:01:26 -07:00
secondary_test.cpp [scudo][tests] Pass read-only vector by reference 2022-03-17 10:17:36 -07:00
size_class_map_test.cpp [scudo] Separate Fuchsia & Default SizeClassMap 2021-05-24 08:54:08 -07:00
stats_test.cpp
strings_test.cpp [NFC][scudo] Fix sign-compare warning in test 2021-06-04 19:33:42 -07:00
tsd_test.cpp [NFCI] clang-format scudo standalone 2022-05-18 14:04:04 -07:00
vector_test.cpp [scudo] Rework Vector/String 2021-06-03 18:12:24 -07:00
wrappers_c_test.cpp [scudo] Handle mallinfo2 2021-11-16 19:29:37 -08:00
wrappers_cpp_test.cpp [scudo] Skip AllocAfterFork test on machines with low max_map_count 2021-10-11 10:33:47 -07:00