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 64d6b14 [sancov] moving sancov rt to sancov/ directory new b1b21e5 [sancov] there are windows tests that check linker symbols new c4c8246 Revert "[sancov] moving sancov rt to sancov/ directory"
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/CMakeLists.txt | 4 ---- lib/asan/CMakeLists.txt | 2 -- lib/asan/tests/CMakeLists.txt | 3 --- lib/cfi/CMakeLists.txt | 2 -- lib/dfsan/CMakeLists.txt | 1 - lib/esan/CMakeLists.txt | 1 - lib/lsan/CMakeLists.txt | 1 - lib/msan/CMakeLists.txt | 1 - lib/sancov/CMakeLists.txt | 16 ---------------- lib/sanitizer_common/CMakeLists.txt | 2 ++ lib/{sancov => sanitizer_common}/sancov_flags.cc | 4 ++-- lib/{sancov => sanitizer_common}/sancov_flags.h | 4 ++-- lib/{sancov => sanitizer_common}/sancov_flags.inc | 0 .../sanitizer_coverage_libcdep_new.cc} | 8 ++++---- lib/sanitizer_common/tests/CMakeLists.txt | 9 +++------ lib/scudo/CMakeLists.txt | 1 - lib/stats/CMakeLists.txt | 1 - lib/tsan/CMakeLists.txt | 2 -- lib/tsan/dd/CMakeLists.txt | 2 -- lib/tsan/tests/CMakeLists.txt | 1 - lib/ubsan/CMakeLists.txt | 2 -- lib/xray/CMakeLists.txt | 3 +-- 22 files changed, 14 insertions(+), 56 deletions(-) delete mode 100644 lib/sancov/CMakeLists.txt rename lib/{sancov => sanitizer_common}/sancov_flags.cc (94%) rename lib/{sancov => sanitizer_common}/sancov_flags.h (90%) rename lib/{sancov => sanitizer_common}/sancov_flags.inc (100%) rename lib/{sancov/sanitizer_coverage_libcdep.cc => sanitizer_common/sanitizer_cov [...]