aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PIC16
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2010-08-03 17:40:31 +0000
committerOscar Fuentes <ofv@wanadoo.es>2010-08-03 17:40:31 +0000
commitefb59d28c543bebe676fcdbff6ae7b96acaed0a5 (patch)
treedf1cd0316dff60fc9622f9f6922814ce2d778fb8 /lib/Target/PIC16
parentee9931755434f8809c072efd0cc1fa70ccb2763e (diff)
downloadexternal_llvm-efb59d28c543bebe676fcdbff6ae7b96acaed0a5.zip
external_llvm-efb59d28c543bebe676fcdbff6ae7b96acaed0a5.tar.gz
external_llvm-efb59d28c543bebe676fcdbff6ae7b96acaed0a5.tar.bz2
CMake: Change somme target library names:
XCore->XCoreGen PIC16->PIC16CodeGen After updating your working copy, the first build will fail because it is using the old library dependencies. Start the build again and it will work fine. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16')
-rw-r--r--lib/Target/PIC16/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/CMakeLists.txt b/lib/Target/PIC16/CMakeLists.txt
index cd4afe8..2b6cb9e 100644
--- a/lib/Target/PIC16/CMakeLists.txt
+++ b/lib/Target/PIC16/CMakeLists.txt
@@ -10,7 +10,7 @@ tablegen(PIC16GenDAGISel.inc -gen-dag-isel)
tablegen(PIC16GenCallingConv.inc -gen-callingconv)
tablegen(PIC16GenSubtarget.inc -gen-subtarget)
-add_llvm_target(PIC16
+add_llvm_target(PIC16CodeGen
PIC16DebugInfo.cpp
PIC16InstrInfo.cpp
PIC16ISelDAGToDAG.cpp