aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2010-09-28 22:39:14 +0000
committerOscar Fuentes <ofv@wanadoo.es>2010-09-28 22:39:14 +0000
commit335edd1b5f4d10458376cf20cda536fc291f5a10 (patch)
tree4161cae699669172dfe5d8f311eed713e5223e7f /lib/Target/PIC16
parent4d6e66825229bb1c387680d19eae514e97127f7d (diff)
downloadexternal_llvm-335edd1b5f4d10458376cf20cda536fc291f5a10.zip
external_llvm-335edd1b5f4d10458376cf20cda536fc291f5a10.tar.gz
external_llvm-335edd1b5f4d10458376cf20cda536fc291f5a10.tar.bz2
Removed a bunch of unnecessary target_link_libraries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114999 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16')
-rw-r--r--lib/Target/PIC16/AsmPrinter/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/PIC16/AsmPrinter/CMakeLists.txt b/lib/Target/PIC16/AsmPrinter/CMakeLists.txt
index 32f4bc4..f24c78a 100644
--- a/lib/Target/PIC16/AsmPrinter/CMakeLists.txt
+++ b/lib/Target/PIC16/AsmPrinter/CMakeLists.txt
@@ -7,8 +7,4 @@ add_llvm_library(LLVMPIC16AsmPrinter
PIC16AsmPrinter.cpp
)
-target_link_libraries(LLVMPIC16AsmPrinter
- LLVMPIC16CodeGen
- )
-
add_dependencies(LLVMPIC16AsmPrinter PIC16CodeGenTable_gen)