This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0347ebc [libFuzzer] fix the bot new e286c13 [libFuzzer] print a verbose message after executing inputs in [...] new 502957c llvm-objdump: Implement source[line numbers] interleaving
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/FuzzerDriver.cpp | 4 + lib/Fuzzer/test/fuzzer-singleinputs.test | 2 + .../X86/Inputs/source-interleave-x86_64.c | 9 ++ .../llvm-objdump/X86/source-interleave-x86_64.ll | 72 ++++++++++++ tools/llvm-objdump/CMakeLists.txt | 2 + tools/llvm-objdump/llvm-objdump.cpp | 126 ++++++++++++++++++--- 6 files changed, 200 insertions(+), 15 deletions(-) create mode 100644 test/tools/llvm-objdump/X86/Inputs/source-interleave-x86_64.c create mode 100644 test/tools/llvm-objdump/X86/source-interleave-x86_64.ll