[PATCH] D38937: [LLD] [COFF] Exclude certain static libraries and object files when exporting all symbols

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 14:18:33 PDT 2017


ruiu added a comment.

At this point I feel like we should define a function `bool shouldExport(Defined *Sym)` or something, so that we can move the code to that function.


https://reviews.llvm.org/D38937





More information about the llvm-commits mailing list