[all-commits] [llvm/llvm-project] ba379f: [scudo][standalone] Restore GWP-ASan flag parsing
Kostya Kortchinsky via All-commits
all-commits at lists.llvm.org
Wed Jan 27 12:41:05 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ba379fe5276b4a922ab19eb8af9ba5bece81cdff
https://github.com/llvm/llvm-project/commit/ba379fe5276b4a922ab19eb8af9ba5bece81cdff
Author: Kostya Kortchinsky <kostyak at google.com>
Date: 2021-01-27 (Wed, 27 Jan 2021)
Changed paths:
M compiler-rt/lib/scudo/standalone/CMakeLists.txt
M compiler-rt/lib/scudo/standalone/combined.h
M compiler-rt/lib/scudo/standalone/flags.cpp
M compiler-rt/lib/scudo/standalone/flags_parser.h
M compiler-rt/lib/scudo/standalone/tests/CMakeLists.txt
M compiler-rt/lib/scudo/standalone/tests/flags_test.cpp
M compiler-rt/test/scudo/standalone/unit/lit.site.cfg.py.in
Log Message:
-----------
[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
More information about the All-commits
mailing list