mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Update CMake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154622 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cc8002a129
commit
6bc572ce0e
@ -11,15 +11,15 @@ add_public_tablegen_target(HexagonCommonTableGen)
|
||||
|
||||
add_llvm_target(HexagonCodeGen
|
||||
HexagonAsmPrinter.cpp
|
||||
HexagonCallingConvLower.cpp
|
||||
HexagonCFGOptimizer.cpp
|
||||
HexagonCallingConvLower.cpp
|
||||
HexagonExpandPredSpillCode.cpp
|
||||
HexagonFrameLowering.cpp
|
||||
HexagonHardwareLoops.cpp
|
||||
HexagonMCInstLower.cpp
|
||||
HexagonInstrInfo.cpp
|
||||
HexagonISelDAGToDAG.cpp
|
||||
HexagonISelLowering.cpp
|
||||
HexagonInstrInfo.cpp
|
||||
HexagonMCInstLower.cpp
|
||||
HexagonPeephole.cpp
|
||||
HexagonRegisterInfo.cpp
|
||||
HexagonRemoveSZExtArgs.cpp
|
||||
@ -27,6 +27,7 @@ add_llvm_target(HexagonCodeGen
|
||||
HexagonSplitTFRCondSets.cpp
|
||||
HexagonSubtarget.cpp
|
||||
HexagonTargetMachine.cpp
|
||||
HexagonTargetObjectFile.cpp
|
||||
HexagonVLIWPacketizer.cpp
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
add_llvm_library(LLVMHexagonDesc
|
||||
HexagonMCTargetDesc.cpp
|
||||
HexagonMCAsmInfo.cpp
|
||||
HexagonMCTargetDesc.cpp
|
||||
)
|
||||
|
||||
add_dependencies(LLVMHexagonDesc HexagonCommonTableGen)
|
||||
|
Loading…
x
Reference in New Issue
Block a user