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 5b76093c1 tsan: add support for linux/powerpc64 in buildgo.sh new d8870b2ec [sanitizer] Split Symbolizer/StackTraces from core RTSanitizerCommon
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/CMakeLists.txt | 2 + lib/asan/tests/CMakeLists.txt | 3 + lib/esan/CMakeLists.txt | 1 + lib/hwasan/CMakeLists.txt | 2 + lib/lsan/CMakeLists.txt | 2 + lib/msan/CMakeLists.txt | 1 + lib/sanitizer_common/CMakeLists.txt | 37 +-- lib/sanitizer_common/sanitizer_common.cc | 14 -- lib/sanitizer_common/sanitizer_common_libcdep.cc | 250 +-------------------- lib/sanitizer_common/sanitizer_coverage_fuchsia.cc | 4 +- .../sanitizer_coverage_libcdep_new.cc | 1 - lib/sanitizer_common/sanitizer_fuchsia.cc | 48 +--- lib/sanitizer_common/sanitizer_linux.cc | 4 +- lib/sanitizer_common/sanitizer_linux_libcdep.cc | 1 - lib/sanitizer_common/sanitizer_posix.cc | 1 - .../sanitizer_symbolizer_fuchsia.cc | 45 ++++ ...n_libcdep.cc => sanitizer_symbolizer_report.cc} | 143 ++---------- lib/sanitizer_common/tests/CMakeLists.txt | 9 +- lib/scudo/CMakeLists.txt | 7 +- lib/tsan/CMakeLists.txt | 2 + lib/tsan/go/buildgo.sh | 1 + lib/tsan/tests/CMakeLists.txt | 1 + lib/ubsan/CMakeLists.txt | 4 + 23 files changed, 124 insertions(+), 459 deletions(-) copy lib/sanitizer_common/{sanitizer_common_libcdep.cc => sanitizer_symbolizer_rep [...]