[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 19 13:58:40 PDT 2019


thakis added a comment.

I realized why the behavior was different: link.exe has a /linkrepro: flag that behaves like lld-link's used to (https://www.geoffchappell.com/studies/msvc/link/link/options/linkrepro.htm?tx=37). It also honors a link_repro env var.

So I think I'll have to revert this, and add a comment explaining why things are different.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D67461





More information about the llvm-commits mailing list