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 cf0113c [Builtins] [ARM] Adding Thumb1 support for fcmp new ae4b880 Enable weak hooks on darwin
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: cmake/Modules/SanitizerUtils.cmake | 11 +++++++++++ lib/asan/CMakeLists.txt | 5 +++++ lib/asan/tests/CMakeLists.txt | 5 +++++ lib/asan/weak_symbols.txt | 3 +++ lib/sanitizer_common/sanitizer_internal_defs.h | 2 +- lib/sanitizer_common/tests/CMakeLists.txt | 3 +++ lib/sanitizer_common/weak_symbols.txt | 6 ++++++ lib/stats/CMakeLists.txt | 8 ++++++++ lib/tsan/CMakeLists.txt | 5 +++++ lib/tsan/tests/CMakeLists.txt | 8 ++++++-- lib/ubsan/CMakeLists.txt | 4 ++++ lib/ubsan/weak_symbols.txt | 1 + 12 files changed, 58 insertions(+), 3 deletions(-) create mode 100644 lib/asan/weak_symbols.txt create mode 100644 lib/sanitizer_common/weak_symbols.txt create mode 100644 lib/ubsan/weak_symbols.txt