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

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 8 13:50:54 PDT 2017


rnk added a comment.

I never found time to look at this, removing myself to better reflect reality. I guess my stance is that we should start picking and choosing C++ APIs to expose from an LLVM DSO that we ship on all platforms. This isn't really a step towards or away from that goal, so I don't have many feelings one way or another. If the owners of the existing llvm-shlib logic are OK with this CMake complexity and it's useful to someone, I'm OK with it.


https://reviews.llvm.org/D35077





More information about the llvm-commits mailing list