tools, and it also provides command line options and thus pollutes the name
space. This fixes duplicate command line options in llvm-objdump.
Discussed with jsg@
.include "../libLLVMSelectionDAG/Makefile"
.include "../libLLVMSupport/Makefile.shared"
.include "../libLLVMSymbolize/Makefile"
-.include "../libLLVMTableGen/Makefile.shared"
.include "../libLLVMTarget/Makefile"
.include "../libLLVMTextAPI/Makefile"
.include "../libLLVMTransformUtils/Makefile"
-major=5
+major=6
minor=0
+++ /dev/null
-# $OpenBSD: Makefile.shared,v 1.3 2021/04/28 12:55:40 patrick Exp $
-
-LIB= LLVMTableGen
-
-NOPROFILE=
-
-CPPFLAGS+= -I${LLVM_SRCS}/include/llvm/TableGen
-
-
-SRCS+= TableGenError.cpp \
- JSONBackend.cpp \
- Main.cpp \
- Record.cpp \
- SetTheory.cpp \
- StringMatcher.cpp \
- TableGenBackend.cpp \
- TGLexer.cpp \
- TGParser.cpp
-
-TableGenError.cpp:
- ln -s ${LLVM_SRCS}/lib/TableGen/Error.cpp $@
-
-.PATH: ${.CURDIR}/../../../llvm/llvm/lib/TableGen
-
-CLEANFILES+= TableGenError.cpp