This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 71206d184d7 [llvm-objcopy] - Many minor NFC changes to cleanup/improve [...] new 2addd99b73a [llvm-objdump][test] Improve testing of some switches #2
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: .../source-interleave.ll} | 19 ++---------- .../X86/source-interleave-invalid-source.test | 16 ++++++++++ .../X86/source-interleave-missing-source.test | 15 +++++++++ .../X86/source-interleave-no-debug-info.test | 13 ++++++++ .../X86/source-interleave-relative-paths.test | 36 ++++++++++++++++++++++ .../llvm-objdump/X86/source-interleave-x86_64.test | 17 ++++++++++ 6 files changed, 100 insertions(+), 16 deletions(-) rename test/tools/llvm-objdump/X86/{source-interleave-x86_64.ll => Inputs/source-i [...] create mode 100644 test/tools/llvm-objdump/X86/source-interleave-invalid-source.test create mode 100644 test/tools/llvm-objdump/X86/source-interleave-missing-source.test create mode 100644 test/tools/llvm-objdump/X86/source-interleave-no-debug-info.test create mode 100644 test/tools/llvm-objdump/X86/source-interleave-relative-paths.test create mode 100644 test/tools/llvm-objdump/X86/source-interleave-x86_64.test