summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmtablegen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/libllvmtablegen/Makefile')
-rw-r--r--lib/clang/libllvmtablegen/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/clang/libllvmtablegen/Makefile b/lib/clang/libllvmtablegen/Makefile
new file mode 100644
index 0000000..272aa88
--- /dev/null
+++ b/lib/clang/libllvmtablegen/Makefile
@@ -0,0 +1,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