summaryrefslogtreecommitdiffstats
path: root/lib/clang/libclangfrontend
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2015-12-31 14:39:45 +0000
committerdim <dim@FreeBSD.org>2015-12-31 14:39:45 +0000
commit0526cd47da0a46697da73962db4b6ff6a803260f (patch)
tree7200f82c9be15d3c4522d61d33faff5900454d33 /lib/clang/libclangfrontend
parentd6ccb4aa0b5ecda3d7a589c8caf39c7b5729c83b (diff)
downloadFreeBSD-src-0526cd47da0a46697da73962db4b6ff6a803260f.zip
FreeBSD-src-0526cd47da0a46697da73962db4b6ff6a803260f.tar.gz
First part of updating llvm/clang build glue: getting llvm-tblgen,
clang-tblgen and clang itself built.
Diffstat (limited to 'lib/clang/libclangfrontend')
-rw-r--r--lib/clang/libclangfrontend/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/clang/libclangfrontend/Makefile b/lib/clang/libclangfrontend/Makefile
index 8e63fb0..0a71441 100644
--- a/lib/clang/libclangfrontend/Makefile
+++ b/lib/clang/libclangfrontend/Makefile
@@ -33,6 +33,7 @@ SRCS= ASTConsumers.cpp \
PrintPreprocessedOutput.cpp \
SerializedDiagnosticPrinter.cpp \
SerializedDiagnosticReader.cpp \
+ TestModuleFileExtension.cpp \
TextDiagnostic.cpp \
TextDiagnosticBuffer.cpp \
TextDiagnosticPrinter.cpp \
@@ -41,6 +42,7 @@ SRCS= ASTConsumers.cpp \
TGHDRS= AttrList \
AttrParsedAttrList \
AttrVisitor \
+ Attributes \
Attrs \
CommentCommandList \
CommentNodes \
OpenPOWER on IntegriCloud