summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/llvm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-tidy/llvm/Makefile')
-rw-r--r--clang-tools-extra/clang-tidy/llvm/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/clang-tools-extra/clang-tidy/llvm/Makefile b/clang-tools-extra/clang-tidy/llvm/Makefile
new file mode 100644
index 00000000000..15ece2e2ca3
--- /dev/null
+++ b/clang-tools-extra/clang-tidy/llvm/Makefile
@@ -0,0 +1,12 @@
+##===- clang-tidy/llvm/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 := clangTidyLLVMModule
+
+include $(CLANG_LEVEL)/Makefile
OpenPOWER on IntegriCloud