[CMake] Only configure Native target in stage 1, configure all in other stages
authorChris Bieneman <beanz@apple.com>
Fri, 26 Feb 2016 21:23:59 +0000 (21:23 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 26 Feb 2016 21:23:59 +0000 (21:23 +0000)
commit33b41961c3c0587b85ce3f5c0ada8b330b79550e
treeaf166eee2f25c180d0610e2bbdbd56d8ee49f32c
parentbe22727598b68f101851bcba13d5433dcca0b7c0
[CMake] Only configure Native target in stage 1, configure all in other stages

This patch causes the 3-stage build pipeline to only build a host compiler in the first stage, and to build all targets for subsequent stages. The host target is determined via the Native target specifier added in r262070.

llvm-svn: 262071
clang/cmake/caches/3-stage-base.cmake
clang/cmake/caches/3-stage.cmake