diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2010-08-03 17:40:31 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2010-08-03 17:40:31 +0000 |
| commit | 371b1b91bfcf7d7461d6cf2e2532772724a1778b (patch) | |
| tree | b5ebd99f5afc8c1ffde0ea5920c1f23a7c8496a2 /llvm/lib | |
| parent | 865afc96f7af56b511efe62dbae41b0fc17b896d (diff) | |
| download | bcm5719-llvm-371b1b91bfcf7d7461d6cf2e2532772724a1778b.tar.gz bcm5719-llvm-371b1b91bfcf7d7461d6cf2e2532772724a1778b.zip | |
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.
llvm-svn: 110127
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/PIC16/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/XCore/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/CMakeLists.txt b/llvm/lib/Target/PIC16/CMakeLists.txt index cd4afe8e234..2b6cb9e4e46 100644 --- a/llvm/lib/Target/PIC16/CMakeLists.txt +++ b/llvm/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 diff --git a/llvm/lib/Target/XCore/CMakeLists.txt b/llvm/lib/Target/XCore/CMakeLists.txt index 1b8e7edfc7c..38b35d7666c 100644 --- a/llvm/lib/Target/XCore/CMakeLists.txt +++ b/llvm/lib/Target/XCore/CMakeLists.txt @@ -10,7 +10,7 @@ tablegen(XCoreGenDAGISel.inc -gen-dag-isel) tablegen(XCoreGenCallingConv.inc -gen-callingconv) tablegen(XCoreGenSubtarget.inc -gen-subtarget) -add_llvm_target(XCore +add_llvm_target(XCoreCodeGen XCoreFrameInfo.cpp XCoreInstrInfo.cpp XCoreISelDAGToDAG.cpp |

