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 9eaaaf1ff Fixup compilation/test failures after r354960 and r355013. new b8655cd8b [NFC][Sanitizer] Pull up GetStackTrace into sanitizer_common
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: lib/asan/asan_stack.cc | 28 +++++++++++++++++++ lib/asan/asan_stack.h | 31 --------------------- lib/hwasan/hwasan.cpp | 42 +++++++++++++++-------------- lib/hwasan/hwasan.h | 3 --- lib/lsan/lsan.cc | 18 +++++++++++++ lib/lsan/lsan.h | 22 --------------- lib/msan/msan.cc | 32 +++++++++++----------- lib/msan/msan.h | 3 --- lib/sanitizer_common/sanitizer_stacktrace.h | 6 +++++ lib/tsan/rtl/tsan_stack_trace.cc | 12 +++++++++ lib/ubsan/ubsan_diag.cc | 11 -------- lib/ubsan/ubsan_diag.h | 3 --- lib/ubsan/ubsan_diag_standalone.cc | 11 ++++++++ 13 files changed, 114 insertions(+), 108 deletions(-)