]> granicus.if.org Git - clang/commit
Fix up the BUILD_CLANG_ONLY code to work properly after r184794.
authorBob Wilson <bob.wilson@apple.com>
Fri, 26 Jul 2013 21:08:22 +0000 (21:08 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 26 Jul 2013 21:08:22 +0000 (21:08 +0000)
commitc3ba339a96092f2b6d03c112e94e1fd7f3c593d3
tree6ba25822bbdbda37937094dea99623c02582e2fb
parentb0e603c63813c8378e35a75408ab4cefe71e93e2
Fix up the BUILD_CLANG_ONLY code to work properly after r184794.

When BUILD_CLANG_ONLY is set to YES, it is supposed to simply limit the tools
that get built.  The change in r184794 broke this feature by moving libclang
and c-index-test into PARALLEL_DIRS. Those are both supposed to be in DIRS,
because c-index-test has a build dependency on libclang and cannot be
reliably built in parallel with it.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@187246 91177308-0d34-0410-b5e6-96231b3b80d8
tools/Makefile