Hopefully unbreak cmake builds
authorAnton Korobeynikov <asl@math.spbu.ru>
Fri, 14 Aug 2009 18:46:49 +0000 (18:46 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Fri, 14 Aug 2009 18:46:49 +0000 (18:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79015 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSP430/CMakeLists.txt

index b106a2dc458d730d382197dc54300e6c79aaa4c5..818e1226458842402b17be8bc62921592f25e465 100644 (file)
@@ -10,8 +10,7 @@ tablegen(MSP430GenDAGISel.inc -gen-dag-isel)
 tablegen(MSP430GenCallingConv.inc -gen-callingconv)
 tablegen(MSP430GenSubtarget.inc -gen-subtarget)
 
-add_llvm_target(MSP430
-  MSP430AsmPrinter.cpp
+add_llvm_target(MSP430CodeGen
   MSP430ISelDAGToDAG.cpp
   MSP430RegisterInfo.cpp
   MSP430TargetAsmInfo.cpp
@@ -21,4 +20,4 @@ add_llvm_target(MSP430
   MSP430TargetMachine.cpp
   )
 
-target_link_libraries (LLVMMSP430 LLVMSelectionDAG)
+target_link_libraries (LLVMMSP430CodeGen LLVMSelectionDAG)