[PATCH] D35351: [llvm-readobj] - Teach readobj to print DT_FILTER dynamic tag in human readable form.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 16 21:59:31 PDT 2017


On Sun, Jul 16, 2017 at 8:47 AM, Ed Maste via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:
> emaste added a comment.
>
> One note, the ordering of the value tags differs wrt GNU ld. It shouldn't matter, just something I noticed.
>

It doesn't matter. A dynamic linker relying on the ordering of the
tags, if any, is broken, I guess.

--
Davide


More information about the llvm-commits mailing list