llvm-project/compiler-rt/test/scudo
Kostya Kortchinsky ba379fe527 [scudo][standalone] Restore GWP-ASan flag parsing
With D92696, the Scudo Standalone GWP-ASan flag parsing was changed to
the new GWP-ASan optional one. We do not necessarily want this, as this
duplicates flag parsing code in Scudo Standalone when using the
GWP-ASan integration.

This CL reverts the changes within Scudo Standalone, and increases
`MaxFlags` to 20 as an addionnal option got us to the current max.

Differential Revision: https://reviews.llvm.org/D95542
2021-01-27 12:35:34 -08:00
..
standalone [scudo][standalone] Restore GWP-ASan flag parsing 2021-01-27 12:35:34 -08:00
CMakeLists.txt [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
aligned-new.cpp
alignment.c
dealloc-race.c [scudo] Fix race condition in deallocation path when Quarantine is bypassed 2018-08-14 18:34:52 +00:00
double-free.cpp
fsanitize.c [scudo] Add some runtime tests for the minimal runtime 2018-06-29 14:56:25 +00:00
interface.cpp
lit.cfg.py [compiler-rt][scudo][LIT] Use target_suffix instead of target-arch 2020-05-20 03:34:50 +00:00
lit.site.cfg.py.in [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
malloc.cpp
memalign.c
mismatch.cpp
options.cpp
overflow.c
preinit.c
preload.cpp [scudo] Add some runtime tests for the minimal runtime 2018-06-29 14:56:25 +00:00
quarantine.c
random_shuffle.cpp [scudo] Use mkdir -p when creating directories for a test 2018-07-10 13:59:59 +00:00
realloc.cpp
rss.c [scudo] Delay allocations in the RSS check test 2019-01-25 17:23:29 +00:00
secondary.c
sized-delete.cpp
sizes.cpp
stats.c
symbols.test [scudo] Add some runtime tests for the minimal runtime 2018-06-29 14:56:25 +00:00
threads.c
tsd_destruction.c
valloc.c