Skip to content

Commit

Permalink
[CMake] Include clang-bolt bootstrap target in BOLT-PGO.cmake
Browse files Browse the repository at this point in the history
Preemptively include clang-bolt target in BOLT-PGO CMake cache file,
in preparation of https://reviews.llvm.org/D139454 to avoid breaking
bolt-x86_64-ubuntu-clang-bolt-lto-pgo buildbot.
  • Loading branch information
aaupov committed Jan 27, 2023
1 parent 805600c commit 131b955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/cmake/caches/BOLT-PGO.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
set(LLVM_ENABLE_PROJECTS "bolt;clang;lld" CACHE STRING "")

set(CLANG_BOOTSTRAP_TARGETS
stage2-clang-bolt
stage2-clang++-bolt
CACHE STRING "")
set(BOOTSTRAP_CLANG_BOOTSTRAP_TARGETS
clang-bolt
clang++-bolt
CACHE STRING "")

Expand Down

0 comments on commit 131b955

Please sign in to comment.