[PATCH] D35077: [RFC] Build LLVM-C.dll on MSVC that exports only the C API

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 13:41:35 PDT 2017


beanz added a comment.

I don't think this should be added as a new tool. We support generating LLVM-C.dylib on Darwin via the tools/llvm-shlib tool. It would be better if this were added there instead of completely separate.


https://reviews.llvm.org/D35077





More information about the llvm-commits mailing list