Skip to content

Commit

Permalink
[CMake][Release] Add stage2-package target (#89517)
Browse files Browse the repository at this point in the history
This target will be used to generate the release binary package for
uploading to GitHub.

(cherry picked from commit a38f201)
  • Loading branch information
tstellar committed May 9, 2024
1 parent dd3aa6d commit f2c5a10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/cmake/caches/Release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ if (LLVM_RELEASE_ENABLE_PGO)
set(CLANG_BOOTSTRAP_TARGETS
generate-profdata
stage2
stage2-package
stage2-clang
stage2-distribution
stage2-install
Expand Down Expand Up @@ -57,6 +58,7 @@ set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
set(BOOTSTRAP_CLANG_ENABLE_BOOTSTRAP ON CACHE STRING "")
set(BOOTSTRAP_CLANG_BOOTSTRAP_TARGETS
clang
package
check-all
check-llvm
check-clang CACHE STRING "")
Expand Down

0 comments on commit f2c5a10

Please sign in to comment.