summaryrefslogtreecommitdiffstats
path: root/clang/lib/Tooling
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2011-04-30 03:09:18 +0000
committerNico Weber <nicolasweber@gmx.de>2011-04-30 03:09:18 +0000
commite8fdcac02cfc05f51b0d330236a407aac3ee1c19 (patch)
tree5673aed1c831c96df507a7fa49a78638d341ada1 /clang/lib/Tooling
parent1bb8e09c37bc3e93a05df463411b4e96f903b404 (diff)
downloadbcm5719-llvm-e8fdcac02cfc05f51b0d330236a407aac3ee1c19.tar.gz
bcm5719-llvm-e8fdcac02cfc05f51b0d330236a407aac3ee1c19.zip
Add lib/Tooling to the Makefile build.
llvm-svn: 130581
Diffstat (limited to 'clang/lib/Tooling')
-rw-r--r--clang/lib/Tooling/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/clang/lib/Tooling/Makefile b/clang/lib/Tooling/Makefile
new file mode 100644
index 00000000000..501a00c3f4f
--- /dev/null
+++ b/clang/lib/Tooling/Makefile
@@ -0,0 +1,15 @@
+##===- clang/lib/Tooling/Makefile ---------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+CLANG_LEVEL := ../..
+LIBRARYNAME := clangTooling
+
+include $(CLANG_LEVEL)/Makefile
+
+
OpenPOWER on IntegriCloud