[CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate an export list at all, just...
authorChris Bieneman <beanz@apple.com>
Fri, 9 Oct 2015 17:55:21 +0000 (17:55 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 9 Oct 2015 17:55:21 +0000 (17:55 +0000)
commit0c1b2068042f8c4af81d6da916648b77d312d4ec
tree829abadc92094bfae28d635e8164e5cb52e149e0
parent50072bfa3eea84f503699fa0caa166f1be5b1719
[CMake] If LLVM_DYLIB_EXPORT_ALL is On don't generate an export list at all, just export the world.

This should resolve Bug 24157 - CMake built shared library does not export all public symbols

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249862 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-shlib/CMakeLists.txt