[lld] r204291 - [ELF] Order DT_NEEDED entries by command line order.

Michael Spencer bigcheesegs at gmail.com
Thu Mar 20 17:28:00 PDT 2014


On Thu, Mar 20, 2014 at 12:03 AM, Rui Ueyama <ruiu at google.com> wrote:
> Michael,
>
> I'll revert this change for now as it broke buildbots. I could repro it on
> my local machine too.
>
> http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-debian-fast/builds/13755/steps/test/logs/stdio
>

This failed because of the round trip tests. We don't have any ordinal
information for files after that.

So either we need to perform the round trip test on individual input
files, or figure out a different way to preserve the semantics.
DT_NEEDED entries need to be presented in command line order.

- Michael Spencer



More information about the llvm-commits mailing list