summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CppBackend
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-29 19:25:30 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-29 19:25:30 +0000
commit539d0a8a09794f4a0ef575ebbfe6a666466cd421 (patch)
treec87f313a22a545889c24dc8a98ca76ddf918f4e7 /llvm/lib/Target/CppBackend
parent098c1d9680106a6147b1b6cf1272ca52d1c1f27e (diff)
downloadbcm5719-llvm-539d0a8a09794f4a0ef575ebbfe6a666466cd421.tar.gz
bcm5719-llvm-539d0a8a09794f4a0ef575ebbfe6a666466cd421.zip
build/CMake: Finish removal of add_llvm_library_dependencies.
llvm-svn: 145420
Diffstat (limited to 'llvm/lib/Target/CppBackend')
-rw-r--r--llvm/lib/Target/CppBackend/CMakeLists.txt7
-rw-r--r--llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt6
2 files changed, 0 insertions, 13 deletions
diff --git a/llvm/lib/Target/CppBackend/CMakeLists.txt b/llvm/lib/Target/CppBackend/CMakeLists.txt
index 53f68688b13..515e1dd7e39 100644
--- a/llvm/lib/Target/CppBackend/CMakeLists.txt
+++ b/llvm/lib/Target/CppBackend/CMakeLists.txt
@@ -2,11 +2,4 @@ add_llvm_target(CppBackendCodeGen
CPPBackend.cpp
)
-add_llvm_library_dependencies(LLVMCppBackendCodeGen
- LLVMCore
- LLVMCppBackendInfo
- LLVMSupport
- LLVMTarget
- )
-
add_subdirectory(TargetInfo)
diff --git a/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt b/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
index 738b21559ee..f82d72e378c 100644
--- a/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
+++ b/llvm/lib/Target/CppBackend/TargetInfo/CMakeLists.txt
@@ -3,9 +3,3 @@ include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/
add_llvm_library(LLVMCppBackendInfo
CppBackendTargetInfo.cpp
)
-
-add_llvm_library_dependencies(LLVMCppBackendInfo
- LLVMMC
- LLVMSupport
- LLVMTarget
- )
OpenPOWER on IntegriCloud