This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 977635d Revert "Don't create a SymbolTable in Function when the LLVMC [...] new 16197d8 [sanitizer-coverage] change trace-pc to use 8-byte guards new b9cc2c4 [libFuzzer] change trace-pc to use 8-byte guards
The 2 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/FuzzerInternal.h | 23 ++++++- lib/Fuzzer/FuzzerLoop.cpp | 3 + lib/Fuzzer/FuzzerTracePC.cpp | 74 ++++++++++++++-------- lib/Fuzzer/test/DSO1.cpp | 11 ++++ lib/Fuzzer/test/DSO2.cpp | 11 ++++ lib/Fuzzer/test/DSOTestExtra.cpp | 11 ++++ lib/Fuzzer/test/DSOTestMain.cpp | 27 ++++++++ lib/Fuzzer/test/fuzzer-jobs.test | 2 +- lib/Fuzzer/test/fuzzer.test | 4 ++ lib/Fuzzer/test/trace-pc/CMakeLists.txt | 22 +++++++ .../Instrumentation/SanitizerCoverage.cpp | 51 ++++++++------- test/Instrumentation/SanitizerCoverage/tracing.ll | 2 +- 12 files changed, 184 insertions(+), 57 deletions(-) create mode 100644 lib/Fuzzer/test/DSO1.cpp create mode 100644 lib/Fuzzer/test/DSO2.cpp create mode 100644 lib/Fuzzer/test/DSOTestExtra.cpp create mode 100644 lib/Fuzzer/test/DSOTestMain.cpp