You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
@ -1,57 +0,0 @@
|
||||
set(LLVM_TARGET_DEFINITIONS WebAssembly.td)
|
||||
|
||||
tablegen(LLVM WebAssemblyGenAsmWriter.inc -gen-asm-writer)
|
||||
tablegen(LLVM WebAssemblyGenDAGISel.inc -gen-dag-isel)
|
||||
tablegen(LLVM WebAssemblyGenFastISel.inc -gen-fast-isel)
|
||||
tablegen(LLVM WebAssemblyGenInstrInfo.inc -gen-instr-info)
|
||||
tablegen(LLVM WebAssemblyGenMCCodeEmitter.inc -gen-emitter)
|
||||
tablegen(LLVM WebAssemblyGenRegisterInfo.inc -gen-register-info)
|
||||
tablegen(LLVM WebAssemblyGenSubtargetInfo.inc -gen-subtarget)
|
||||
add_public_tablegen_target(WebAssemblyCommonTableGen)
|
||||
|
||||
add_llvm_target(WebAssemblyCodeGen
|
||||
WebAssemblyArgumentMove.cpp
|
||||
WebAssemblyAsmPrinter.cpp
|
||||
WebAssemblyCallIndirectFixup.cpp
|
||||
WebAssemblyCFGStackify.cpp
|
||||
WebAssemblyCFGSort.cpp
|
||||
WebAssemblyExplicitLocals.cpp
|
||||
WebAssemblyFastISel.cpp
|
||||
WebAssemblyFixIrreducibleControlFlow.cpp
|
||||
WebAssemblyFixFunctionBitcasts.cpp
|
||||
WebAssemblyFrameLowering.cpp
|
||||
WebAssemblyISelDAGToDAG.cpp
|
||||
WebAssemblyISelLowering.cpp
|
||||
WebAssemblyInstrInfo.cpp
|
||||
WebAssemblyLowerBrUnless.cpp
|
||||
WebAssemblyLowerEmscriptenEHSjLj.cpp
|
||||
WebAssemblyLowerGlobalDtors.cpp
|
||||
WebAssemblyMachineFunctionInfo.cpp
|
||||
WebAssemblyMCInstLower.cpp
|
||||
WebAssemblyOptimizeLiveIntervals.cpp
|
||||
WebAssemblyOptimizeReturned.cpp
|
||||
WebAssemblyPeephole.cpp
|
||||
WebAssemblyPrepareForLiveIntervals.cpp
|
||||
WebAssemblyRegisterInfo.cpp
|
||||
WebAssemblyRegColoring.cpp
|
||||
WebAssemblyRegNumbering.cpp
|
||||
WebAssemblyRegStackify.cpp
|
||||
WebAssemblyReplacePhysRegs.cpp
|
||||
WebAssemblyRuntimeLibcallSignatures.cpp
|
||||
WebAssemblySelectionDAGInfo.cpp
|
||||
WebAssemblySetP2AlignOperands.cpp
|
||||
WebAssemblyStoreResults.cpp
|
||||
WebAssemblySubtarget.cpp
|
||||
WebAssemblyTargetMachine.cpp
|
||||
WebAssemblyTargetObjectFile.cpp
|
||||
WebAssemblyTargetTransformInfo.cpp
|
||||
WebAssemblyUtilities.cpp
|
||||
|
||||
DEPENDS
|
||||
intrinsics_gen
|
||||
)
|
||||
|
||||
add_subdirectory(Disassembler)
|
||||
add_subdirectory(InstPrinter)
|
||||
add_subdirectory(MCTargetDesc)
|
||||
add_subdirectory(TargetInfo)
|
Reference in New Issue
Block a user