summaryrefslogtreecommitdiffstats
path: root/clang/tools/CMakeLists.txt
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
commitf2f82550fddb088ab7c1821135ee06050264760a (patch)
tree4031004e1267823e6a901c98d97536e521fa511b /clang/tools/CMakeLists.txt
parentb45e7e919168a5a5b05d294eb4f10d66775ebad8 (diff)
downloadbcm5719-llvm-f2f82550fddb088ab7c1821135ee06050264760a.tar.gz
bcm5719-llvm-f2f82550fddb088ab7c1821135ee06050264760a.zip
The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool
llvm-svn: 160265
Diffstat (limited to 'clang/tools/CMakeLists.txt')
-rw-r--r--clang/tools/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/CMakeLists.txt b/clang/tools/CMakeLists.txt
index ab4748d1b92..2e3c8422635 100644
--- a/clang/tools/CMakeLists.txt
+++ b/clang/tools/CMakeLists.txt
@@ -5,3 +5,4 @@ add_subdirectory(c-arcmt-test)
add_subdirectory(diagtool)
add_subdirectory(driver)
add_subdirectory(clang-check)
+add_subdirectory(clang-ast-dump)
OpenPOWER on IntegriCloud