[PATCH] D38505: [ELF] - Get rid of precompiled input objects from testcases.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 3 07:50:29 PDT 2017


grimar created this revision.
Herald added a subscriber: emaste.

We have verneed1.so and verneed2.so files + verneed.so.sh script
to produce them. They were committed long time ago when LLD
was not yet able to produce some sections for versioning
(".gnu.version_r" I think).

There is no point to have them as binaries anymore. Patch
creates asm inputs instead based on verneed.so.sh content.


https://reviews.llvm.org/D38505

Files:
  test/ELF/Inputs/verneed.so.sh
  test/ELF/Inputs/verneed1.s
  test/ELF/Inputs/verneed1.so
  test/ELF/Inputs/verneed2.s
  test/ELF/Inputs/verneed2.so
  test/ELF/verneed-as-needed-weak.s
  test/ELF/verneed-local.s
  test/ELF/verneed.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38505.117528.patch
Type: text/x-patch
Size: 9481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171003/ef58359f/attachment-0001.bin>


More information about the llvm-commits mailing list