[PATCH] D32668: CMake: Split static library exports into their own export file

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 15:20:18 PDT 2017


beanz accepted this revision.
beanz added a comment.
This revision is now accepted and ready to land.

Ah. Makes sense. Can we maybe change the name from "StaticExports" to "ComponentExports"? As @chapuni pointed out this really applies to the component libraries, which can be static or shared based on configuration (although I keep hoping nobody would ever use `BUILD_SHARED_LIBS` in a distribution). Otherwise, I think this patch is good.


https://reviews.llvm.org/D32668





More information about the llvm-commits mailing list