]> granicus.if.org Git - clang/commit
[CMake] Pass stage1 tools through to stage2 when building with LTO
authorChris Bieneman <beanz@apple.com>
Fri, 12 Feb 2016 19:06:12 +0000 (19:06 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 12 Feb 2016 19:06:12 +0000 (19:06 +0000)
commita8c2c99ef0454484139c177cc6cf20ed0fdf4b07
tree1821479d596e08981c146d4951dc060287f6fef7
parent2721c4d7813b4e456bc2465cb487c729074fca1d
[CMake] Pass stage1 tools through to stage2 when building with LTO

This was originally a hacky if(APPLE) block. Now that we have an option for enabling LTO, it is better to properly gate this.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260707 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt