[PATCH] D30997: CMake: Add LLVM_DYLIB_SYMBOL_VERSIONING option

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 23:55:39 PDT 2017


mgorny added a comment.

In https://reviews.llvm.org/D30997#704406, @beanz wrote:

> @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.


Would it hurt to have it there? Now that Gentoo slots all the shared libraries, I guess we could end up in a corner case like the one mentioned.


https://reviews.llvm.org/D30997





More information about the llvm-commits mailing list