From: Argyrios Kyrtzidis Date: Tue, 6 Nov 2012 19:14:25 +0000 (+0000) Subject: [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3a20f59741c3a01daef412bb4db8fe0cf7b51c7;p=platform%2Fupstream%2Fllvm.git [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. It is part of libclang and has other uses besides running the clang tests. llvm-svn: 167478 --- diff --git a/clang/tools/Makefile b/clang/tools/Makefile index fb23e66..23197a1 100644 --- a/clang/tools/Makefile +++ b/clang/tools/Makefile @@ -18,7 +18,7 @@ DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \ OPTIONAL_DIRS := extra ifeq ($(BUILD_CLANG_ONLY),YES) - DIRS := driver libclang + DIRS := driver libclang c-index-test OPTIONAL_DIRS := endif