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 73b3adc38 Include process.h for getpid on Windows in instr profiling new 4a21f6f81 [MSan,TSan] Add aligned new/delete interceptors.
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/msan/msan_new_delete.cc | 44 +++++++++- lib/tsan/rtl/tsan_new_delete.cc | 97 ++++++++++++++++++++++ .../TestCases/Linux/new_delete_test.cc | 80 ++++++++++++++++++ 3 files changed, 220 insertions(+), 1 deletion(-) create mode 100644 test/sanitizer_common/TestCases/Linux/new_delete_test.cc