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 35ad307c3 Add MemoryMappedSection struct for two-level memory map iteration new a0aa7cee5 [asan] Update unittest for changes in logging r308637 new 8d06014e5 Revert "[sanitizer_common] Move filesystem-related code out o [...]
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_report.cc | 6 +- lib/dfsan/dfsan.cc | 1 - lib/sanitizer_common/CMakeLists.txt | 2 - lib/sanitizer_common/sanitizer_common.cc | 141 +++++++++++++++++ lib/sanitizer_common/sanitizer_common.h | 80 +++++++++- lib/sanitizer_common/sanitizer_common_libcdep.cc | 1 - .../sanitizer_coverage_libcdep_new.cc | 1 - lib/sanitizer_common/sanitizer_file.cc | 171 --------------------- lib/sanitizer_common/sanitizer_file.h | 110 ------------- lib/sanitizer_common/sanitizer_linux_libcdep.cc | 1 - lib/sanitizer_common/sanitizer_posix.cc | 1 - .../sanitizer_stacktrace_printer.cc | 1 - lib/sanitizer_common/sanitizer_suppressions.cc | 1 - .../sanitizer_symbolizer_internal.h | 1 - .../sanitizer_symbolizer_posix_libcdep.cc | 1 - .../tests/sanitizer_common_test.cc | 1 - lib/sanitizer_common/tests/sanitizer_libc_test.cc | 1 - lib/sanitizer_common/tests/sanitizer_linux_test.cc | 1 - lib/stats/stats.cc | 1 - lib/tsan/go/buildgo.sh | 1 - lib/tsan/rtl/tsan_report.cc | 1 - lib/tsan/rtl/tsan_rtl.cc | 1 - test/asan/TestCases/Windows/shadow_conflict_32.cc | 6 +- 23 files changed, 226 insertions(+), 306 deletions(-) delete mode 100644 lib/sanitizer_common/sanitizer_file.cc delete mode 100644 lib/sanitizer_common/sanitizer_file.h