7 lines · plain
1# This file sets up a CMakeCache for Apple-style stage2 ThinLTO bootstrap. It is2# specified by the stage1 build.3 4 5set(LLVM_ENABLE_LTO THIN CACHE BOOL "")6include(${CMAKE_CURRENT_LIST_DIR}/Apple-stage2.cmake)7 1# This file sets up a CMakeCache for Apple-style stage2 ThinLTO bootstrap. It is2# specified by the stage1 build.3 4 5set(LLVM_ENABLE_LTO THIN CACHE BOOL "")6include(${CMAKE_CURRENT_LIST_DIR}/Apple-stage2.cmake)7