File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ cmake -S "${MONOREPO_ROOT}"/llvm -B "${BUILD_DIR}" \
60
60
-D LLVM_ENABLE_PROJECTS=" ${projects} " \
61
61
-G Ninja \
62
62
-D CMAKE_BUILD_TYPE=Release \
63
- -D CLANG_ENABLE_CIR=${enable_cir} \
63
+ -D CLANG_ENABLE_CIR=" ${enable_cir} " \
64
64
-D LLVM_ENABLE_ASSERTIONS=ON \
65
65
-D LLVM_BUILD_EXAMPLES=ON \
66
66
-D COMPILER_RT_BUILD_LIBFUZZER=OFF \
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105
105
106
106
echo "windows-projects=${projects_to_build}" >> $GITHUB_OUTPUT
107
107
echo "windows-check-targets=${project_check_targets}" >> $GITHUB_OUTPUT
108
+ echo "windows-clangir=${enable_cir}" >> $GITHUB_OUTPUT
108
109
- name : Build and Test
109
110
# Mark the job as a success even if the step fails so that people do
110
111
# not get notified while the new premerge pipeline is in an
@@ -113,7 +114,7 @@ jobs:
113
114
shell : cmd
114
115
run : |
115
116
call C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64
116
- bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}" "${enable_cir }"
117
+ bash .ci/monolithic-windows.sh "${{ steps.vars.outputs.windows-projects }}" "${{ steps.vars.outputs.windows-check-targets }}" "${{ steps.vars.outputs.windows-clangir } }"
117
118
- name : Upload Artifacts
118
119
if : ' !cancelled()'
119
120
uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
You can’t perform that action at this time.
0 commit comments