From f2f82550fddb088ab7c1821135ee06050264760a Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Mon, 16 Jul 2012 12:46:48 +0000 Subject: The new clang-ast-dump tool for selective AST dumping. Moved common command-line tool stuff to CommandLineClangTool llvm-svn: 160265 --- clang/tools/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'clang/tools/CMakeLists.txt') 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) -- cgit v1.2.1