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 28c21763d [XRay][compiler-rt] Fix up CFI annotations and stack alignment new 57da2deeb Move valid caller-pc checks out of platform-specific checks new 02099e22a Implement function to get registers from suspended thread on darwin new 8b205e90b Let ubsan search UBSAN_SYMBOLIZER_PATH for llvm-symbolizer
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 | 70 +++++++++++++++++++++- lib/lsan/lsan_common.h | 4 ++ lib/lsan/lsan_common_linux.cc | 65 +------------------- lib/lsan/lsan_common_mac.cc | 2 + lib/sanitizer_common/sanitizer_stoptheworld_mac.cc | 45 +++++++++++++- lib/ubsan/ubsan_flags.cc | 1 + 6 files changed, 121 insertions(+), 66 deletions(-)