Skip to content

Commit f2c5a10

Browse files
committed
[CMake][Release] Add stage2-package target (#89517)
This target will be used to generate the release binary package for uploading to GitHub. (cherry picked from commit a38f201)
1 parent dd3aa6d commit f2c5a10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/cmake/caches/Release.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if (LLVM_RELEASE_ENABLE_PGO)
1414
set(CLANG_BOOTSTRAP_TARGETS
1515
generate-profdata
1616
stage2
17+
stage2-package
1718
stage2-clang
1819
stage2-distribution
1920
stage2-install
@@ -57,6 +58,7 @@ set(LLVM_TARGETS_TO_BUILD Native CACHE STRING "")
5758
set(BOOTSTRAP_CLANG_ENABLE_BOOTSTRAP ON CACHE STRING "")
5859
set(BOOTSTRAP_CLANG_BOOTSTRAP_TARGETS
5960
clang
61+
package
6062
check-all
6163
check-llvm
6264
check-clang CACHE STRING "")

0 commit comments

Comments
 (0)