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 9fcd497 [asan] Add exception handler to map memory on demand on Win64 [...] new a088b36 [compiler-rt] Fix VisualStudio virtual folders layout
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: cmake/Modules/AddCompilerRT.cmake | 58 ++++++++++++++++++------------- cmake/base-config-ix.cmake | 1 + include/CMakeLists.txt | 1 + lib/asan/tests/CMakeLists.txt | 15 ++++---- lib/builtins/CMakeLists.txt | 1 + lib/cfi/CMakeLists.txt | 1 + lib/dfsan/CMakeLists.txt | 2 ++ lib/esan/CMakeLists.txt | 1 + lib/lsan/CMakeLists.txt | 1 + lib/msan/CMakeLists.txt | 2 ++ lib/profile/CMakeLists.txt | 1 + lib/safestack/CMakeLists.txt | 2 ++ lib/sanitizer_common/tests/CMakeLists.txt | 6 ++-- lib/scudo/CMakeLists.txt | 1 + lib/stats/CMakeLists.txt | 1 + lib/tsan/CMakeLists.txt | 1 + lib/ubsan/CMakeLists.txt | 1 + test/asan/CMakeLists.txt | 4 +-- test/cfi/CMakeLists.txt | 3 +- test/dfsan/CMakeLists.txt | 2 +- test/esan/CMakeLists.txt | 2 +- test/lsan/CMakeLists.txt | 2 +- test/msan/CMakeLists.txt | 2 +- test/profile/CMakeLists.txt | 2 +- test/safestack/CMakeLists.txt | 2 +- test/sanitizer_common/CMakeLists.txt | 2 +- test/scudo/CMakeLists.txt | 2 +- test/tsan/CMakeLists.txt | 2 +- test/ubsan/CMakeLists.txt | 2 +- 29 files changed, 76 insertions(+), 47 deletions(-)