[PATCH] D28092: [ELF] - Specify -section argument for objdump calls in testcases.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 24 00:37:50 PST 2016


grimar created this revision.
grimar added reviewers: ruiu, rafael, davide.
grimar added subscribers: llvm-commits, grimar, evgeny777.
Herald added a reviewer: tstellarAMD.
Herald added a subscriber: nhaehnle.

My motivation for doing that was to check if that can
speed up testcases execution time a little. For example running check-lld
under windows takes about 21 second for me.

Unfortunately this change had no effect on testcase execution time at all.
Though It still looks a reasonable cleanup for testcases output.


https://reviews.llvm.org/D28092

Files:
  test/ELF/aarch64-data-relocs.s
  test/ELF/aarch64-gnu-ifunc-plt.s
  test/ELF/amdgpu-relocs.s
  test/ELF/arm-gnu-ifunc-plt.s
  test/ELF/arm-pie-relative.s
  test/ELF/arm-tls-norelax-gd-le.s
  test/ELF/arm-tls-norelax-ld-le.s
  test/ELF/comment-gc.s
  test/ELF/ctors_dtors_priority.s
  test/ELF/debug-gc.s
  test/ELF/eh-frame-hdr-icf.s
  test/ELF/init_fini_priority.s
  test/ELF/linkerscript/data-commands.s
  test/ELF/linkerscript/exclude-multiple.s
  test/ELF/linkerscript/fill.s
  test/ELF/linkerscript/merge-sections-reloc.s
  test/ELF/linkerscript/sort-init.s
  test/ELF/linkerscript/sort-nested.s
  test/ELF/linkerscript/sort.s
  test/ELF/linkerscript/sort2.s
  test/ELF/linkerscript/subalign.s
  test/ELF/mips-nonalloc.s
  test/ELF/mips-relocatable.s
  test/ELF/mips-tls-static-64.s
  test/ELF/mips-tls-static.s
  test/ELF/no-merge.s
  test/ELF/relocatable.s
  test/ELF/relocation-local.s
  test/ELF/startstop-shared2.s
  test/ELF/symbol-ordering-file.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28092.82437.patch
Type: text/x-patch
Size: 23979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161224/0a5290c0/attachment.bin>


More information about the llvm-commits mailing list