mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
Hopefully unbreak cmake builds
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79015 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
31b99dd760
commit
37f1cbd522
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user