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 fafac6b [Builtin][ARM] Fix subsf3vfp for non-HF target new 965a267 Add lsan function stubs for darwin new e248be9 Disable darwin interception of non-darwin functions
The 2 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/lsan/CMakeLists.txt | 3 +- lib/lsan/lsan_common_mac.cc | 40 ++++++++++++++++++++++ lib/lsan/lsan_interceptors.cc | 15 ++++++-- lib/sanitizer_common/CMakeLists.txt | 1 + .../sanitizer_platform_interceptors.h | 2 ++ lib/sanitizer_common/sanitizer_stoptheworld_mac.cc | 38 ++++++++++++++++++++ 6 files changed, 96 insertions(+), 3 deletions(-) create mode 100644 lib/lsan/lsan_common_mac.cc create mode 100644 lib/sanitizer_common/sanitizer_stoptheworld_mac.cc