[PATCH] D60155: [gn] Use "$link /lib" for archives instead of lib.exe

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 2 16:00:15 PDT 2019


rnk added a comment.

In D60155#1452209 <https://reviews.llvm.org/D60155#1452209>, @thakis wrote:

> Does that do the right thing with link.exe? Should we only do this if use_lld?


Yep, it does the right thing. `link -lib -?` prints the options for lib.exe. I figured this was simpler than managing the path for a separate tool.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60155





More information about the llvm-commits mailing list