summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmtablegen/Makefile
blob: 272aa883e7ab3ac45e01c17d38f4ada74495e985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

LIB=	llvmtablegen

SRCDIR=	lib/TableGen
SRCS=	Error.cpp \
	Main.cpp \
	Record.cpp \
	TableGenBackend.cpp \
	TGLexer.cpp \
	TGParser.cpp
LLVM_REQUIRES_EH=

.include "../clang.lib.mk"
OpenPOWER on IntegriCloud