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/Target/PowerPC/CMakeLists.txt | |
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/Target/PowerPC/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Target/PowerPC/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/CMakeLists.txt b/llvm/lib/Target/PowerPC/CMakeLists.txt index 7ffc5eb5f31..5f48bd00c63 100644 --- a/llvm/lib/Target/PowerPC/CMakeLists.txt +++ b/llvm/lib/Target/PowerPC/CMakeLists.txt @@ -26,5 +26,3 @@ add_llvm_target(PowerPCCodeGen PPCTargetMachine.cpp PPCSelectionDAGInfo.cpp ) - -target_link_libraries (LLVMPowerPCCodeGen LLVMSelectionDAG) |