r297351 - Add a cmake cache file for a stage-2 build with ThinLTO
Mehdi Amini via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 8 17:18:32 PST 2017
Author: mehdi_amini
Date: Wed Mar 8 19:18:31 2017
New Revision: 297351
URL: http://llvm.org/viewvc/llvm-project?rev=297351&view=rev
Log:
Add a cmake cache file for a stage-2 build with ThinLTO
This is intended to be targetted by a Green Dragon stage-2 bot
I'm bringing up currently. WIP.
Added:
cfe/trunk/cmake/caches/Apple-stage2-ThinLTO.cmake
Added: cfe/trunk/cmake/caches/Apple-stage2-ThinLTO.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/cmake/caches/Apple-stage2-ThinLTO.cmake?rev=297351&view=auto
==============================================================================
--- cfe/trunk/cmake/caches/Apple-stage2-ThinLTO.cmake (added)
+++ cfe/trunk/cmake/caches/Apple-stage2-ThinLTO.cmake Wed Mar 8 19:18:31 2017
@@ -0,0 +1,6 @@
+# This file sets up a CMakeCache for Apple-style stage2 ThinLTO bootstrap. It is
+# specified by the stage1 build.
+
+
+set(LLVM_ENABLE_LTO THIN CACHE BOOL "")
+include(${CMAKE_CURRENT_LIST_DIR}/Apple-stage2.cmake)
More information about the cfe-commits
mailing list