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 f08ee46d7 [asan] Disable TSD dtor leak unit tests on FreeBSD x86 64 new f9ee65535 [libfuzzer][MSVC] Make calls to builtin functions work with MSVC
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/CMakeLists.txt | 2 ++ lib/fuzzer/FuzzerBuiltins.h | 36 +++++++++++++++++++++++++ lib/fuzzer/FuzzerBuiltinsMsvc.h | 59 +++++++++++++++++++++++++++++++++++++++++ lib/fuzzer/FuzzerDefs.h | 12 +++++---- lib/fuzzer/FuzzerTracePC.cpp | 37 +++++++++++++------------- lib/fuzzer/FuzzerUtil.h | 6 +++-- 6 files changed, 127 insertions(+), 25 deletions(-) create mode 100644 lib/fuzzer/FuzzerBuiltins.h create mode 100644 lib/fuzzer/FuzzerBuiltinsMsvc.h