mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
4654bc762e
This time with all files included. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233696 91177308-0d34-0410-b5e6-96231b3b80d8
44 lines
1.4 KiB
CMake
44 lines
1.4 KiB
CMake
set(LLVM_TARGET_DEFINITIONS Hexagon.td)
|
|
|
|
tablegen(LLVM HexagonGenAsmWriter.inc -gen-asm-writer)
|
|
tablegen(LLVM HexagonGenCallingConv.inc -gen-callingconv)
|
|
tablegen(LLVM HexagonGenDAGISel.inc -gen-dag-isel)
|
|
tablegen(LLVM HexagonGenDFAPacketizer.inc -gen-dfa-packetizer)
|
|
tablegen(LLVM HexagonGenDisassemblerTables.inc -gen-disassembler)
|
|
tablegen(LLVM HexagonGenInstrInfo.inc -gen-instr-info)
|
|
tablegen(LLVM HexagonGenMCCodeEmitter.inc -gen-emitter)
|
|
tablegen(LLVM HexagonGenRegisterInfo.inc -gen-register-info)
|
|
tablegen(LLVM HexagonGenSubtargetInfo.inc -gen-subtarget)
|
|
add_public_tablegen_target(HexagonCommonTableGen)
|
|
|
|
add_llvm_target(HexagonCodeGen
|
|
HexagonAsmPrinter.cpp
|
|
HexagonCFGOptimizer.cpp
|
|
HexagonCopyToCombine.cpp
|
|
HexagonExpandCondsets.cpp
|
|
HexagonExpandPredSpillCode.cpp
|
|
HexagonFixupHwLoops.cpp
|
|
HexagonFrameLowering.cpp
|
|
HexagonHardwareLoops.cpp
|
|
HexagonInstrInfo.cpp
|
|
HexagonISelDAGToDAG.cpp
|
|
HexagonISelLowering.cpp
|
|
HexagonMachineFunctionInfo.cpp
|
|
HexagonMachineScheduler.cpp
|
|
HexagonMCInstLower.cpp
|
|
HexagonNewValueJump.cpp
|
|
HexagonPeephole.cpp
|
|
HexagonRegisterInfo.cpp
|
|
HexagonRemoveSZExtArgs.cpp
|
|
HexagonSelectionDAGInfo.cpp
|
|
HexagonSplitConst32AndConst64.cpp
|
|
HexagonSubtarget.cpp
|
|
HexagonTargetMachine.cpp
|
|
HexagonTargetObjectFile.cpp
|
|
HexagonVLIWPacketizer.cpp
|
|
)
|
|
|
|
add_subdirectory(TargetInfo)
|
|
add_subdirectory(MCTargetDesc)
|
|
add_subdirectory(Disassembler)
|