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. llvm-svn: 161612
Loading
Please sign in to comment