llvm-project/compiler-rt/test/scudo
Kostya Kortchinsky 198f864c07 [scudo] Enabling AArch64 support for Scudo
Summary:
Adding ARM64 as a supported architecture for Scudo.
The random shuffle is not yet supported for SizeClassAllocator32, which is used
by the AArch64 allocator, so disable the associated test for now.

Reviewers: kcc, alekseyshl, rengolin

Reviewed By: rengolin

Subscribers: aemerson, mgorny, llvm-commits

Differential Revision: https://reviews.llvm.org/D28960

llvm-svn: 293068
2017-01-25 16:35:18 +00:00
..
CMakeLists.txt [scudo] Use the macro get_test_cc_for_arch for the tests 2016-12-23 18:40:47 +00:00
alignment.cpp [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
double-free.cpp [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
interface.cpp [scudo] Replacing std::atomic with Sanitizer's atomics 2017-01-20 18:32:18 +00:00
lit.cfg [scudo] Replacing std::atomic with Sanitizer's atomics 2017-01-20 18:32:18 +00:00
lit.site.cfg.in [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
malloc.cpp [scudo] Replacing std::atomic with Sanitizer's atomics 2017-01-20 18:32:18 +00:00
memalign.cpp [scudo] Relax the memalign test 2016-12-14 16:38:11 +00:00
mismatch.cpp [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
options.cpp [sanitizer] Implement a __asan_default_options() equivalent for Scudo 2016-08-02 22:25:38 +00:00
overflow.cpp [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
preinit.cpp [scudo] 32-bit and hardware agnostic support 2016-11-30 17:32:20 +00:00
quarantine.cpp
random_shuffle.cpp [scudo] Enabling AArch64 support for Scudo 2017-01-25 16:35:18 +00:00
realloc.cpp [scudo] Replacing std::atomic with Sanitizer's atomics 2017-01-20 18:32:18 +00:00
secondary.cpp [scudo] Modify Scudo to use its own Secondary Allocator 2016-09-19 21:11:55 +00:00
sized-delete.cpp
sizes.cpp