summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-shlib
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2015-02-24 16:39:46 +0000
committerTobias Grosser <tobias@grosser.es>2015-02-24 16:39:46 +0000
commit2ca0ae2a24e4b3ad9a50b7192d854ed0c0ab7fc1 (patch)
tree499e2cd26239cbfee0620f02bcbccc41c234a170 /llvm/tools/llvm-shlib
parenta709f3a5aef2c7f377e050c6e0d55d626938655e (diff)
downloadbcm5719-llvm-2ca0ae2a24e4b3ad9a50b7192d854ed0c0ab7fc1.tar.gz
bcm5719-llvm-2ca0ae2a24e4b3ad9a50b7192d854ed0c0ab7fc1.zip
Revert "Raising minimum required CMake version to 2.8.12.2."
This reverts commit r230062. Debian stable (wheezy) ships still with cmake 2.8.9. The commit broke my LLVM/Polly buildbot, to my knowledge our only Linux+cmake buildbot. llvm-svn: 230343
Diffstat (limited to 'llvm/tools/llvm-shlib')
-rw-r--r--llvm/tools/llvm-shlib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-shlib/CMakeLists.txt b/llvm/tools/llvm-shlib/CMakeLists.txt
index 08dafe13ae3..9a8cd4ad4b8 100644
--- a/llvm/tools/llvm-shlib/CMakeLists.txt
+++ b/llvm/tools/llvm-shlib/CMakeLists.txt
@@ -90,7 +90,7 @@ if("${CMAKE_SYSTEM_NAME}" STREQUAL "Linux") # FIXME: It should be "GNU ld for el
set(LIB_NAMES -Wl,--whole-archive ${LIB_NAMES} -Wl,--no-whole-archive)
endif()
-target_link_libraries(LLVM PRIVATE ${LIB_NAMES})
+target_link_libraries(LLVM ${cmake_2_8_12_PRIVATE} ${LIB_NAMES})
add_dependencies(LLVM libLLVMExports)
OpenPOWER on IntegriCloud