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 8d865663c Revert "[msan] Disable tail call optimization in msan rtl." new 41ff34a5c Do not rely on that subject of ErrorAllocTypeMismatch is a he [...]
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/asan/asan_errors.cc | 5 ++--- lib/asan/asan_errors.h | 7 +++---- test/asan/TestCases/Linux/new_delete_mismatch.cc | 1 + test/asan/TestCases/Linux/new_delete_mismatch_global.cc | 16 ++++++++++++++++ test/asan/TestCases/Linux/new_delete_mismatch_stack.cc | 17 +++++++++++++++++ 5 files changed, 39 insertions(+), 7 deletions(-) create mode 100644 test/asan/TestCases/Linux/new_delete_mismatch_global.cc create mode 100644 test/asan/TestCases/Linux/new_delete_mismatch_stack.cc