diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2010-09-28 22:39:14 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2010-09-28 22:39:14 +0000 |
commit | b4b12535e892e45e38718a842fd955efb24807c9 (patch) | |
tree | 30c48ccb4f8ed6e9cee828bb0dd01eb496f732b0 /llvm/lib/CodeGen | |
parent | 18811d503d49db4b5573efa9a054e0996d975735 (diff) | |
download | bcm5719-llvm-b4b12535e892e45e38718a842fd955efb24807c9.tar.gz bcm5719-llvm-b4b12535e892e45e38718a842fd955efb24807c9.zip |
Removed a bunch of unnecessary target_link_libraries.
llvm-svn: 114999
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 | ||||
-rw-r--r-- | llvm/lib/CodeGen/CMakeLists.txt | 2 | ||||
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt index ca8b8436c11..98fb924daae 100644 --- a/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt +++ b/llvm/lib/CodeGen/AsmPrinter/CMakeLists.txt @@ -8,4 +8,3 @@ add_llvm_library(LLVMAsmPrinter OcamlGCPrinter.cpp ) -target_link_libraries (LLVMAsmPrinter LLVMMCParser) diff --git a/llvm/lib/CodeGen/CMakeLists.txt b/llvm/lib/CodeGen/CMakeLists.txt index 2ef115dbd20..a94b2ae47f4 100644 --- a/llvm/lib/CodeGen/CMakeLists.txt +++ b/llvm/lib/CodeGen/CMakeLists.txt @@ -82,5 +82,3 @@ add_llvm_library(LLVMCodeGen VirtRegMap.cpp VirtRegRewriter.cpp ) - -target_link_libraries (LLVMCodeGen LLVMCore LLVMScalarOpts) diff --git a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt index 799988a4c86..15932c03a19 100644 --- a/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt +++ b/llvm/lib/CodeGen/SelectionDAG/CMakeLists.txt @@ -21,5 +21,3 @@ add_llvm_library(LLVMSelectionDAG TargetLowering.cpp TargetSelectionDAGInfo.cpp ) - -target_link_libraries (LLVMSelectionDAG LLVMAnalysis LLVMAsmPrinter LLVMCodeGen) |