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 142775ac8 [fuzzer] Script to detect unbalanced allocation in -trace_mal [...] new b3c355d3c Revert "[fuzzer] Fix threaded stack printing and nested mallo [...]
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/fuzzer/FuzzerLoop.cpp | 19 ------- lib/fuzzer/scripts/unbalanced_allocs.py | 93 -------------------------------- test/fuzzer/TraceMallocThreadedTest.cpp | 22 -------- test/fuzzer/trace-malloc-threaded.test | 36 ------------- test/fuzzer/trace-malloc-unbalanced.test | 27 ---------- 5 files changed, 197 deletions(-) delete mode 100755 lib/fuzzer/scripts/unbalanced_allocs.py delete mode 100644 test/fuzzer/TraceMallocThreadedTest.cpp delete mode 100644 test/fuzzer/trace-malloc-threaded.test delete mode 100644 test/fuzzer/trace-malloc-unbalanced.test