[PATCH] D61727: [llvm-objcopy] Add additional testing for various cases

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 05:47:51 PDT 2019


jhenderson created this revision.
jhenderson added reviewers: jakehehrlich, evgeny777, rupprecht, grimar, MaskRay.
Herald added subscribers: arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a reviewer: alexshap.
Herald added a project: LLVM.

This patch adds a number of tests to test various cases not covered by existing tests. All of them work correctly, with no need to change llvm-objcopy itself, although some do indicate possible areas for improvement.


Repository:
  rL LLVM

https://reviews.llvm.org/D61727

Files:
  test/tools/llvm-objcopy/ELF/common-suffix-string-tables.test
  test/tools/llvm-objcopy/ELF/invalid-e_phoff.test
  test/tools/llvm-objcopy/ELF/invalid-e_shoff.test
  test/tools/llvm-objcopy/ELF/linked-section.test
  test/tools/llvm-objcopy/ELF/overlapping-sections.test
  test/tools/llvm-objcopy/ELF/rename-section-duplicate-names.test
  test/tools/llvm-objcopy/ELF/rename-section-empty-string.test
  test/tools/llvm-objcopy/ELF/shared-strtab-shstrtab.s
  test/tools/llvm-objcopy/ELF/strip-sections.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61727.198802.patch
Type: text/x-patch
Size: 16613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190509/8f275089/attachment.bin>


More information about the llvm-commits mailing list