Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / cmake / caches / BOLT-PGO.cmake
blob1a04ca9a74e5e3a519ca10a61e9793ea8f8d4dde
1 set(LLVM_ENABLE_PROJECTS "bolt;clang;lld" CACHE STRING "")
3 set(CLANG_BOOTSTRAP_TARGETS
4   stage2-clang-bolt
5   stage2-distribution
6   stage2-install-distribution
7   CACHE STRING "")
8 set(BOOTSTRAP_CLANG_BOOTSTRAP_TARGETS
9   clang-bolt
10   distribution
11   install-distribution
12   CACHE STRING "")
14 set(PGO_BUILD_CONFIGURATION
15   ${CMAKE_CURRENT_LIST_DIR}/BOLT.cmake
16   CACHE STRING "")
17 include(${CMAKE_CURRENT_LIST_DIR}/PGO.cmake)