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 d798ef396 mac: Make ubsan test config look more like asan test config new 23c6936b7 [GWP-ASan] Mutex implementation [2].
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 | 8 +- lib/gwp_asan/mutex.h | 50 ++++++++++++ lib/gwp_asan/platform_specific/mutex_posix.cpp | 30 ++++++++ lib/gwp_asan/tests/CMakeLists.txt | 49 ++++++++++++ .../tests/driver.cpp} | 2 +- lib/gwp_asan/tests/mutex_test.cpp | 89 ++++++++++++++++++++++ test/gwp_asan/CMakeLists.txt | 45 +++++++++++ test/gwp_asan/dummy_test.cc | 4 + test/gwp_asan/lit.cfg | 31 ++++++++ test/{builtins => gwp_asan}/lit.site.cfg.in | 6 +- test/{fuzzer => gwp_asan}/unit/lit.site.cfg.in | 4 +- 11 files changed, 313 insertions(+), 5 deletions(-) create mode 100644 lib/gwp_asan/mutex.h create mode 100644 lib/gwp_asan/platform_specific/mutex_posix.cpp create mode 100644 lib/gwp_asan/tests/CMakeLists.txt copy lib/{scudo/standalone/tests/scudo_unit_test_main.cc => gwp_asan/tests/driver. [...] create mode 100644 lib/gwp_asan/tests/mutex_test.cpp create mode 100644 test/gwp_asan/dummy_test.cc create mode 100644 test/gwp_asan/lit.cfg copy test/{builtins => gwp_asan}/lit.site.cfg.in (50%) copy test/{fuzzer => gwp_asan}/unit/lit.site.cfg.in (74%)