[PATCH] D67461: lld-link: Make /linkrepro: take a filename, not a directory.

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 12 04:39:51 PDT 2019


thakis added a comment.

In D67461#1667296 <https://reviews.llvm.org/D67461#1667296>, @hans wrote:

> Nice!
>
> But is there no help text or user manual that needs to be updated?


The help text is "Dump linker invocation and input files for debugging" which is noncommittal enough to not need changing :) Once this and D67456 <https://reviews.llvm.org/D67456> are in I want to look at also supporting the env var for linkrepro like in the ELF port (and it should work even with /lldignoreenv set, since it doesn't affect the normal output) and port the recent ELF changes that change the help text to make it look less like a lld dev debug flag; I was thinking about changing the help text then.


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

https://reviews.llvm.org/D67461





More information about the llvm-commits mailing list