]> granicus.if.org Git - clang/commit
Make all of the tools build in parallel. Missing this caused incremental
authorChandler Carruth <chandlerc@gmail.com>
Thu, 9 Aug 2012 20:40:24 +0000 (20:40 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 9 Aug 2012 20:40:24 +0000 (20:40 +0000)
commit86073673d0d39d9ba2e829d0f74a09ee1f304698
tree746d5d4871ece916e3febc10388a87e57a7bd44e
parentaf310b1c7e3136eda858b9e6309cd21b90f85850
Make all of the tools build in parallel. Missing this caused incremental
rebuilds to serially link each tool, which is really really slow.

We still have to build libclang serially first because c-index-test
depends on it.

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