You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
63
external/llvm/lib/Target/ARM/CMakeLists.txt
vendored
Normal file
63
external/llvm/lib/Target/ARM/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,63 @@
|
||||
set(LLVM_TARGET_DEFINITIONS ARM.td)
|
||||
|
||||
tablegen(LLVM ARMGenRegisterBank.inc -gen-register-bank)
|
||||
tablegen(LLVM ARMGenGlobalISel.inc -gen-global-isel)
|
||||
tablegen(LLVM ARMGenRegisterInfo.inc -gen-register-info)
|
||||
tablegen(LLVM ARMGenInstrInfo.inc -gen-instr-info)
|
||||
tablegen(LLVM ARMGenMCCodeEmitter.inc -gen-emitter)
|
||||
tablegen(LLVM ARMGenMCPseudoLowering.inc -gen-pseudo-lowering)
|
||||
tablegen(LLVM ARMGenAsmWriter.inc -gen-asm-writer)
|
||||
tablegen(LLVM ARMGenAsmMatcher.inc -gen-asm-matcher)
|
||||
tablegen(LLVM ARMGenDAGISel.inc -gen-dag-isel)
|
||||
tablegen(LLVM ARMGenFastISel.inc -gen-fast-isel)
|
||||
tablegen(LLVM ARMGenCallingConv.inc -gen-callingconv)
|
||||
tablegen(LLVM ARMGenSubtargetInfo.inc -gen-subtarget)
|
||||
tablegen(LLVM ARMGenDisassemblerTables.inc -gen-disassembler)
|
||||
tablegen(LLVM ARMGenSystemRegister.inc -gen-searchable-tables)
|
||||
add_public_tablegen_target(ARMCommonTableGen)
|
||||
|
||||
add_llvm_target(ARMCodeGen
|
||||
A15SDOptimizer.cpp
|
||||
ARMAsmPrinter.cpp
|
||||
ARMBaseInstrInfo.cpp
|
||||
ARMBaseRegisterInfo.cpp
|
||||
ARMCallLowering.cpp
|
||||
ARMConstantIslandPass.cpp
|
||||
ARMConstantPoolValue.cpp
|
||||
ARMExpandPseudoInsts.cpp
|
||||
ARMFastISel.cpp
|
||||
ARMFrameLowering.cpp
|
||||
ARMHazardRecognizer.cpp
|
||||
ARMInstructionSelector.cpp
|
||||
ARMISelDAGToDAG.cpp
|
||||
ARMISelLowering.cpp
|
||||
ARMInstrInfo.cpp
|
||||
ARMLegalizerInfo.cpp
|
||||
ARMLoadStoreOptimizer.cpp
|
||||
ARMMCInstLower.cpp
|
||||
ARMMachineFunctionInfo.cpp
|
||||
ARMMacroFusion.cpp
|
||||
ARMRegisterInfo.cpp
|
||||
ARMOptimizeBarriersPass.cpp
|
||||
ARMRegisterBankInfo.cpp
|
||||
ARMSelectionDAGInfo.cpp
|
||||
ARMSubtarget.cpp
|
||||
ARMTargetMachine.cpp
|
||||
ARMTargetObjectFile.cpp
|
||||
ARMTargetTransformInfo.cpp
|
||||
MLxExpansionPass.cpp
|
||||
Thumb1FrameLowering.cpp
|
||||
Thumb1InstrInfo.cpp
|
||||
ThumbRegisterInfo.cpp
|
||||
Thumb2ITBlockPass.cpp
|
||||
Thumb2InstrInfo.cpp
|
||||
Thumb2SizeReduction.cpp
|
||||
ARMComputeBlockSize.cpp
|
||||
)
|
||||
|
||||
add_subdirectory(TargetInfo)
|
||||
add_subdirectory(AsmParser)
|
||||
add_subdirectory(Disassembler)
|
||||
add_subdirectory(InstPrinter)
|
||||
add_subdirectory(MCTargetDesc)
|
||||
add_subdirectory(Utils)
|
Reference in New Issue
Block a user