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 de4bce905 Try to fix asan test on sanitizer-windows new 1c338cbe7 [ubsan] Diagnose invalid uses of builtins (compiler-rt)
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/ubsan/ubsan_checks.inc | 1 + lib/ubsan/ubsan_handlers.cc | 24 +++++++++++++++++++++++ lib/ubsan/ubsan_handlers.h | 15 +++++++++++++++ lib/ubsan/ubsan_interface.inc | 2 ++ test/ubsan/TestCases/Misc/builtins.cpp | 35 ++++++++++++++++++++++++++++++++++ test/ubsan/lit.common.cfg | 2 ++ 6 files changed, 79 insertions(+) create mode 100644 test/ubsan/TestCases/Misc/builtins.cpp