summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
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/Object
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/Object')
-rw-r--r--llvm/lib/Object/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Object/CMakeLists.txt b/llvm/lib/Object/CMakeLists.txt
index 86eb51a0164..c20fc0cc399 100644
--- a/llvm/lib/Object/CMakeLists.txt
+++ b/llvm/lib/Object/CMakeLists.txt
@@ -9,8 +9,3 @@ add_llvm_library(LLVMObject
Object.cpp
ObjectFile.cpp
)
-
-add_llvm_library_dependencies(LLVMObject
- LLVMCore
- LLVMSupport
- )
OpenPOWER on IntegriCloud