[PATCH] D30997: CMake: Add LLVM_DYLIB_SYMBOL_VERSIONING option
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 17 15:42:01 PDT 2017
beanz accepted this revision.
beanz added a comment.
This revision is now accepted and ready to land.
@mgorny, we should only support this on shared libraries that we intend as vended libraries, not all libraries. For example we don't really want to support the CMake `BUILD_SHARED_LIBS` option's libraries as vended libraries on any platform.
This patch LGTM as-is.
https://reviews.llvm.org/D30997
More information about the llvm-commits
mailing list