dim ea718b0e08 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

13 lines
207 B
Makefile

# $FreeBSD$
LIB= clangfrontendtool
SRCDIR= tools/clang/lib/FrontendTool
SRCS= ExecuteCompilerInvocation.cpp
TGHDRS= DiagnosticCommonKinds \
DiagnosticFrontendKinds \
Options
.include "../clang.lib.mk"