Dimitry Andric 7ae0e2c9f0 Upgrade our copy of llvm/clang to trunk r162107. With thanks to
Benjamin Kramer and Joerg Sonnenberger for their input and fixes.
2012-08-20 18:33:03 +00:00

17 lines
238 B
Makefile

# $FreeBSD$
LIB= llvmtablegen
SRCDIR= lib/TableGen
SRCS= Error.cpp \
Main.cpp \
Record.cpp \
StringMatcher.cpp \
TableGenAction.cpp \
TableGenBackend.cpp \
TGLexer.cpp \
TGParser.cpp
LLVM_REQUIRES_EH=
.include "../clang.lib.mk"