mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-08 19:06:39 +00:00
a460e4a142
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119098 91177308-0d34-0410-b5e6-96231b3b80d8
36 lines
1.2 KiB
CMake
36 lines
1.2 KiB
CMake
set(LLVM_TARGET_DEFINITIONS MBlaze.td)
|
|
|
|
tablegen(MBlazeGenRegisterInfo.h.inc -gen-register-desc-header)
|
|
tablegen(MBlazeGenRegisterNames.inc -gen-register-enums)
|
|
tablegen(MBlazeGenRegisterInfo.inc -gen-register-desc)
|
|
tablegen(MBlazeGenInstrNames.inc -gen-instr-enums)
|
|
tablegen(MBlazeGenInstrInfo.inc -gen-instr-desc)
|
|
tablegen(MBlazeGenCodeEmitter.inc -gen-emitter)
|
|
tablegen(MBlazeGenAsmWriter.inc -gen-asm-writer)
|
|
tablegen(MBlazeGenAsmMatcher.inc -gen-asm-matcher)
|
|
tablegen(MBlazeGenDAGISel.inc -gen-dag-isel)
|
|
tablegen(MBlazeGenCallingConv.inc -gen-callingconv)
|
|
tablegen(MBlazeGenSubtarget.inc -gen-subtarget)
|
|
tablegen(MBlazeGenIntrinsics.inc -gen-tgt-intrinsic)
|
|
tablegen(MBlazeGenEDInfo.inc -gen-enhanced-disassembly-info)
|
|
|
|
add_llvm_target(MBlazeCodeGen
|
|
MBlazeDelaySlotFiller.cpp
|
|
MBlazeInstrInfo.cpp
|
|
MBlazeISelDAGToDAG.cpp
|
|
MBlazeISelLowering.cpp
|
|
MBlazeFrameInfo.cpp
|
|
MBlazeMCAsmInfo.cpp
|
|
MBlazeRegisterInfo.cpp
|
|
MBlazeSubtarget.cpp
|
|
MBlazeTargetMachine.cpp
|
|
MBlazeTargetObjectFile.cpp
|
|
MBlazeIntrinsicInfo.cpp
|
|
MBlazeSelectionDAGInfo.cpp
|
|
MBlazeAsmPrinter.cpp
|
|
MBlazeAsmBackend.cpp
|
|
MBlazeMCInstLower.cpp
|
|
MBlazeELFWriterInfo.cpp
|
|
MBlazeMCCodeEmitter.cpp
|
|
)
|