forked from OSchip/llvm-project
ba379fe527
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 |
||
---|---|---|
.. | ||
standalone | ||
CMakeLists.txt | ||
aligned-new.cpp | ||
alignment.c | ||
dealloc-race.c | ||
double-free.cpp | ||
fsanitize.c | ||
interface.cpp | ||
lit.cfg.py | ||
lit.site.cfg.py.in | ||
malloc.cpp | ||
memalign.c | ||
mismatch.cpp | ||
options.cpp | ||
overflow.c | ||
preinit.c | ||
preload.cpp | ||
quarantine.c | ||
random_shuffle.cpp | ||
realloc.cpp | ||
rss.c | ||
secondary.c | ||
sized-delete.cpp | ||
sizes.cpp | ||
stats.c | ||
symbols.test | ||
threads.c | ||
tsd_destruction.c | ||
valloc.c |