Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jul 15, 2024
1 parent b0864fd commit 635392e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clang/cmake/caches/Release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ if (LLVM_RELEASE_ENABLE_PGO)
set(BOOTSTRAP_LLVM_ENABLE_RUNTIMES "compiler-rt" CACHE STRING "")
set(BOOTSTRAP_LLVM_ENABLE_PROJECTS "clang;lld" CACHE STRING "")
set(BOOTSTRAP_LLVM_INCLUDE_TESTS OFF CACHE STRING "")
if (LLVM_RELEASE_ENABLE_PGO)
# The generate-profdata requires test to be enabled.
set(BOOTSTRAP_CLANG_INCLUDE_TESTS ON CACHE STRING "")
endif()


else()
if (LLVM_RELEASE_ENABLE_LTO)
Expand Down

0 comments on commit 635392e

Please sign in to comment.