diff options
| author | joerg <joerg@NetBSD.org> | 2019-11-11 22:44:56 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2019-11-11 22:44:56 +0000 |
| commit | 918c74ea12c6bac6ca9bd2147337c0e4fec5010e (patch) | |
| tree | 3ef5212d84042aedbd5e0629e2c7dc2de1751526 /external/apache2/llvm/lib/libLLVMSparcCodeGen/Makefile | |
| parent | 5578004b9757994411ac0c8b959a53c2063844d1 (diff) | |
Update LLVM to 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
Diffstat (limited to 'external/apache2/llvm/lib/libLLVMSparcCodeGen/Makefile')
| -rw-r--r-- | external/apache2/llvm/lib/libLLVMSparcCodeGen/Makefile | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/external/apache2/llvm/lib/libLLVMSparcCodeGen/Makefile b/external/apache2/llvm/lib/libLLVMSparcCodeGen/Makefile new file mode 100644 index 00000000000..acb0169786a --- /dev/null +++ b/external/apache2/llvm/lib/libLLVMSparcCodeGen/Makefile @@ -0,0 +1,43 @@ +# $NetBSD: Makefile,v 1.1 2019/11/11 22:45:11 joerg Exp $ + +LIB= LLVMSparcCodeGen + +.include <bsd.init.mk> + +.PATH: ${LLVM_SRCDIR}/lib/Target/Sparc + +SRCS+= DelaySlotFiller.cpp \ + LeonPasses.cpp \ + SparcAsmPrinter.cpp \ + SparcInstrInfo.cpp \ + SparcISelDAGToDAG.cpp \ + SparcISelLowering.cpp \ + SparcFrameLowering.cpp \ + SparcMCInstLower.cpp \ + SparcMachineFunctionInfo.cpp \ + SparcRegisterInfo.cpp \ + SparcSubtarget.cpp \ + SparcTargetMachine.cpp \ + SparcTargetObjectFile.cpp + +TABLEGEN_SRC= Sparc.td +TABLEGEN_INCLUDES= -I${LLVM_SRCDIR}/lib/Target/Sparc +TABLEGEN_OUTPUT= \ + SparcGenDAGISel.inc|-gen-dag-isel \ + SparcGenAsmMatcher.inc|-gen-asm-matcher \ + SparcGenAsmWriter.inc|-gen-asm-writer \ + SparcGenCallingConv.inc|-gen-callingconv \ + SparcGenCodeEmitter.inc|-gen-emitter \ + SparcGenDisassemblerTables.inc|-gen-disassembler \ + SparcGenInstrInfo.inc|-gen-instr-info \ + SparcGenMCCodeEmitter.inc|-gen-emitter \ + SparcGenRegisterInfo.inc|-gen-register-info \ + SparcGenSubtargetInfo.inc|-gen-subtarget + +.include "${.PARSEDIR}/../../tablegen.mk" + +.if defined(HOSTLIB) +.include <bsd.hostlib.mk> +.else +.include <bsd.lib.mk> +.endif |
