summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-04-28 08:17:05 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-04-28 08:17:05 +0000
commite825d88aea654b5b9f59e6376f24ff681602bf50 (patch)
treeb36a4bb05ecd334cdda8d5d889e610ab68613899 /tools
parent4034e14985af013f71f7884fa275415a3be27778 (diff)
downloadllvm-e825d88aea654b5b9f59e6376f24ff681602bf50.tar.gz
llvm-e825d88aea654b5b9f59e6376f24ff681602bf50.tar.bz2
llvm-e825d88aea654b5b9f59e6376f24ff681602bf50.tar.xz
nuke gold
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130391 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/CMakeLists.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index c9072a7908..64323ac629 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -51,13 +51,6 @@ if( NOT WIN32 )
add_subdirectory(lto)
endif()
-if( LLVM_ENABLE_PIC )
- # TODO: support other systems:
- if( CMAKE_SYSTEM_NAME STREQUAL "Linux" )
- add_subdirectory(gold)
- endif()
-endif()
-
if( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/clang/CMakeLists.txt )
add_subdirectory( ${CMAKE_CURRENT_SOURCE_DIR}/clang )
endif( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/clang/CMakeLists.txt )