[PATCH] D51529: [LLD] [COFF] Allow exporting all symbols from system libraries specfied with -wholearchive:

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 4 13:50:28 PDT 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

Auto-exporting stuff from whole archives makes sense to me. Whole archive libraries are usually implementation details of shared libraries, and not system libraries.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D51529





More information about the llvm-commits mailing list