This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from f14682830 [HWASAN] Make new/delete weak new b85ba80b0 [GWP-ASan] Configuration options [3].
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/gwp_asan/CMakeLists.txt | 48 +++++++++++++++++ lib/gwp_asan/optional/options_parser.cpp | 91 ++++++++++++++++++++++++++++++++ lib/gwp_asan/optional/options_parser.h | 32 +++++++++++ lib/gwp_asan/options.h | 41 ++++++++++++++ lib/gwp_asan/options.inc | 41 ++++++++++++++ 5 files changed, 253 insertions(+) create mode 100644 lib/gwp_asan/optional/options_parser.cpp create mode 100644 lib/gwp_asan/optional/options_parser.h create mode 100644 lib/gwp_asan/options.h create mode 100644 lib/gwp_asan/options.inc