[PATCH] D61996: [llvm-objdump]Improve testing of some switches #2

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 16 03:25:41 PDT 2019


jhenderson created this revision.
jhenderson added reviewers: rupprecht, grimar, MaskRay.
Herald added a reviewer: alexshap.
Herald added a project: LLVM.

This patch focuses on adding additional testing for the --source switch. For reference, the source-interleave-x86_64.ll has been split into two parts - the input (shared with the other tests) and the test itself.


Repository:
  rL LLVM

https://reviews.llvm.org/D61996

Files:
  test/tools/llvm-objdump/X86/Inputs/source-interleave.ll
  test/tools/llvm-objdump/X86/source-interleave-invalid-source.test
  test/tools/llvm-objdump/X86/source-interleave-missing-source.test
  test/tools/llvm-objdump/X86/source-interleave-no-debug-info.test
  test/tools/llvm-objdump/X86/source-interleave-relative-paths.test
  test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
  test/tools/llvm-objdump/X86/source-interleave-x86_64.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61996.199776.patch
Type: text/x-patch
Size: 17224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190516/f86a0cf3/attachment.bin>


More information about the llvm-commits mailing list