Merging r260703:
authorHans Wennborg <hans@hanshq.net>
Fri, 12 Feb 2016 19:03:12 +0000 (19:03 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 12 Feb 2016 19:03:12 +0000 (19:03 +0000)
commit4f229233ffc588a35e3738d3c358f2cf7a5da1d1
tree6e48f1f5b2b0d68d1cc591b085b25bbd4b2e64d8
parent7e2ddb94a31d1d085b0228e374799566faa82b8e
Merging r260703:
------------------------------------------------------------------------
r260703 | hans | 2016-02-12 11:02:39 -0800 (Fri, 12 Feb 2016) | 11 lines

[CMake] don't build libLTO when LLVM_ENABLE_PIC is OFF

When cmake is run with -DLLVM_ENABLE_PIC=OFF, build fails while
linking shared library libLTO.so, because its dependencies are built
with -fno-PIC. More details here: https://llvm.org/bugs/show_bug.cgi?id=26484.
This diff reverts r252652 (git 9fd4377ddb83aee3c049dc8757e7771edbb8ee71),
which removed check NOT LLVM_ENABLE_PIC before disabling build for libLTO.so.

Patch by Igor Sugak!

Differential Revision: http://reviews.llvm.org/D17049
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@260704 91177308-0d34-0410-b5e6-96231b3b80d8
tools/CMakeLists.txt