[PATCH] D78894: [ms] Add new option to llvm-lib: /llvmemptylib

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 30 11:15:06 PDT 2020


thakis added a comment.

In D78894#2010852 <https://reviews.llvm.org/D78894#2010852>, @epastor wrote:

> In D78894#2010440 <https://reviews.llvm.org/D78894#2010440>, @thakis wrote:
>
> > Thoughts on making this affect the export lib creation as well?
>
>
> Might be a good idea, but it's a completely separate tool (since llvm-ar/llvm-lib has no overlap with lld). I'd suggest doing it as a followup commit, rather than as part of this... especially since this one is not a change to the default behavior, whereas the export lib creation would be a change to the default behavior.


I mean the .lib written by link.exe when you link a .dll (cf /IMPLIB: https://docs.microsoft.com/en-us/cpp/build/reference/implib-name-import-library?view=vs-2019)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78894





More information about the llvm-commits mailing list