[PATCH] D18826: Add auto-exporting of symbols from tools so that plugins work on Windows
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 27 12:42:22 PDT 2016
chandlerc added a comment.
In http://reviews.llvm.org/D18826#412821, @rnk wrote:
> Added Chris, pinging other reviewers. Personally, I think we should go the other direction: build a DSO for LLVM, a DSO for Clang, and have opt plugins link against that. This, however, requires us to get serious about annotating our public API boundary.
I don't really disagree with you, but I don't know who is going to step up to do the (really huge) work here. Are you? If not, what do we do in the interim?
Repository:
rL LLVM
http://reviews.llvm.org/D18826
More information about the llvm-commits
mailing list