summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-shlib
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2015-02-23 19:34:04 +0000
committerChad Rosier <mcrosier@codeaurora.org>2015-02-23 19:34:04 +0000
commit1df91242895675b9de68feb56fd05c59d943ad20 (patch)
treeed1cd1a69554683cf77740c30385aca8fe660d22 /llvm/tools/llvm-shlib
parented47b2295111e80902479d6b55a6f3c653d0461e (diff)
downloadbcm5719-llvm-1df91242895675b9de68feb56fd05c59d943ad20.tar.gz
bcm5719-llvm-1df91242895675b9de68feb56fd05c59d943ad20.zip
Revert "Revert "Raising minimum required CMake version to 2.8.12.2.""
This reverts commit r230240, which was an accidental commit. llvm-svn: 230246
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 9a8cd4ad4b8..08dafe13ae3 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 ${cmake_2_8_12_PRIVATE} ${LIB_NAMES})
+target_link_libraries(LLVM PRIVATE ${LIB_NAMES})
add_dependencies(LLVM libLLVMExports)
OpenPOWER on IntegriCloud