[PATCH] D92583: [mac/lld] Implement -t

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 13:05:08 PST 2020


thakis added a comment.

In D92583#2432024 <https://reviews.llvm.org/D92583#2432024>, @thakis wrote:

> In D92583#2432016 <https://reviews.llvm.org/D92583#2432016>, @compnerd wrote:
>
>> Seems fine to me.  Does the output match what ld64 does?
>
> Yes. (Unless you use both `-t` and `-why_load` -- then we interleave while ld64 does all `-t` output before all `-why_load` output.)

Oh, and for .a files we only show the basename, while ld64 prints the full path to the .a (but only the basename of the .o therein). Maybe we should change all LLDs to show the full path to the .a, that feels like it'd be generally a good change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92583/new/

https://reviews.llvm.org/D92583



More information about the llvm-commits mailing list