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 835fb5484 Add explicit CMake targets for ASan/TSan iOS Simulator testin [...] new 1832be2ba [PGO] Add a test for 2-deep loop nest new b40ba7db5 [asan] For iOS/AArch64, if the dynamic shadow doesn't fit, re [...]
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/asan/asan_internal.h | 1 + lib/asan/asan_linux.cc | 5 +++ lib/asan/asan_mac.cc | 23 ++++++++++++ lib/asan/asan_rtl.cc | 10 +----- lib/asan/asan_win.cc | 12 +++++++ lib/sanitizer_common/CMakeLists.txt | 1 + lib/sanitizer_common/sanitizer_common.h | 3 +- lib/sanitizer_common/sanitizer_linux.cc | 3 +- lib/sanitizer_common/sanitizer_mac.cc | 17 ++++++--- lib/sanitizer_common/sanitizer_mac.h | 2 ++ lib/sanitizer_common/sanitizer_mac_libcdep.cc | 30 ++++++++++++++++ lib/sanitizer_common/sanitizer_win.cc | 3 +- test/profile/Linux/counter_promo_nest.c | 51 +++++++++++++++++++++++++++ 13 files changed, 144 insertions(+), 17 deletions(-) create mode 100644 lib/sanitizer_common/sanitizer_mac_libcdep.cc create mode 100644 test/profile/Linux/counter_promo_nest.c