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

Eric Astor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 12:54:56 PDT 2020


epastor added a comment.

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.


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