summaryrefslogtreecommitdiff
path: root/external/bsd/llvm/lib/libLLVMSparcCodeGen
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2019-11-13 22:03:31 +0000
committerjoerg <joerg@NetBSD.org>2019-11-13 22:03:31 +0000
commit9a2273907ccad6420f010058d00a72bb9421dc22 (patch)
treeec96b4cefda1d54d75ccec354e384dbfb184f857 /external/bsd/llvm/lib/libLLVMSparcCodeGen
parentc16e7e72108bb3dcc2821868b3838097d8c3236b (diff)
Remove old LLVM build system.
Diffstat (limited to 'external/bsd/llvm/lib/libLLVMSparcCodeGen')
-rw-r--r--external/bsd/llvm/lib/libLLVMSparcCodeGen/Makefile43
1 files changed, 0 insertions, 43 deletions
diff --git a/external/bsd/llvm/lib/libLLVMSparcCodeGen/Makefile b/external/bsd/llvm/lib/libLLVMSparcCodeGen/Makefile
deleted file mode 100644
index a04fdbee35a..00000000000
--- a/external/bsd/llvm/lib/libLLVMSparcCodeGen/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2017/01/11 12:02:31 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