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 5d89c4be9 [ubsan] Update a test missed in r309008, NFC new fd63314d6 [sanitizer] Support compiler-rt builtins
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: CMakeLists.txt | 16 ++++++++++++++++ cmake/Modules/HandleCompilerRT.cmake | 21 +++++++++++++++++++++ cmake/config-ix.cmake | 22 +++++++++++++++++++++- lib/asan/CMakeLists.txt | 5 +++-- lib/lsan/CMakeLists.txt | 5 ++++- lib/stats/CMakeLists.txt | 5 ++++- lib/tsan/CMakeLists.txt | 5 ++++- lib/tsan/dd/CMakeLists.txt | 5 ++++- lib/ubsan/CMakeLists.txt | 5 +++++ 9 files changed, 82 insertions(+), 7 deletions(-) create mode 100644 cmake/Modules/HandleCompilerRT.cmake