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 da8e13360 Fixup whitespace. new 9a72e30d6 Reverting an accidentally landed change. new 7b20e2670 [tsan] Add a max VM address check for Darwin/AArch64 new 56ead5227 [tsan] Port setjmp/longjmp assembly to Darwin/AArch64
The 3 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/lsan_common.cc | 1 - lib/tsan/CMakeLists.txt | 2 +- lib/tsan/rtl/tsan_interceptors.cc | 8 ++- lib/tsan/rtl/tsan_platform_mac.cc | 8 +++ lib/tsan/rtl/tsan_rtl_aarch64.S | 127 +++++++++++++++++++++++++++++++------- lib/tsan/rtl/tsan_rtl_amd64.S | 6 ++ 6 files changed, 125 insertions(+), 27 deletions(-)