[PATCH] D18826: Add auto-exporting of symbols from tools so that plugins work on Windows
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 26 14:36:21 PDT 2016
rnk added a comment.
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.
Repository:
rL LLVM
http://reviews.llvm.org/D18826
More information about the llvm-commits
mailing list