[PATCH] D38760: [LLD] [COFF] Add support for automatically exporting all symbols
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 11 05:51:28 PDT 2017
mstorsjo added a comment.
In https://reviews.llvm.org/D38760#893870, @zturner wrote:
> Isn't there a hard limit on the number of files that can be exported in COFF?
Did you mean files, or perhaps symbols? In either case, I don't really know. But as GNU ld does this, we probably should try to replicate it, at least for the simpler default cases. (E.g. any autotools project that doesn't override what to export.)
https://reviews.llvm.org/D38760
More information about the llvm-commits
mailing list