summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2012-07-16 12:46:48 +0000
committerAlexander Kornienko <alexfh@google.com>2012-07-16 12:46:48 +0000
commitdea8fba3c632745136017f3e8e9d9e0341d6feb9 (patch)
treee055799bf1f4cf94059f34136d03a6f64c9a0a77 /tools/Makefile
parente994bb6b02f061c4e2442abe0c72913f6a74b961 (diff)
downloadclang-dea8fba3c632745136017f3e8e9d9e0341d6feb9.tar.gz
clang-dea8fba3c632745136017f3e8e9d9e0341d6feb9.tar.bz2
clang-dea8fba3c632745136017f3e8e9d9e0341d6feb9.tar.xz
The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160265 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 5059ade930..95c1e4821d 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -9,7 +9,7 @@
CLANG_LEVEL := ..
DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
- clang-check
+ clang-check clang-ast-dump
include $(CLANG_LEVEL)/../../Makefile.config