File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1717 subst S: ${{ github.workspace }}
1818 cd S:\llvm\utils\release\
1919 .\build_llvm_release.bat --x64 --version 21.1.3 --local-python --skip-checkout
20+ - if : always()
21+ run : |
22+ S:\llvm\utils\release\llvm_package_21.1.3\build_amd64_stage0\bin\llvm-remarkutil.exe filter S:\llvm\test\tools\llvm-remarkutil/Inputs/filter.yaml | diff S:\llvm\test\tools\llvm-remarkutil/Inputs/filter.yaml - > diff.out
23+ - if : always()
24+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
25+ with :
26+ name : diff
27+ path : diff.out
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ cmake -GNinja %cmake_flags% ^
278278 -DLLVM_TARGETS_TO_BUILD=Native ^
279279 %llvm_src% \llvm || exit /b 1
280280ninja || ninja || ninja || exit /b 1
281- ninja check-llvm || ninja check-llvm || ninja check-llvm || exit /b 1
281+ ninja check-llvm || exit /b 1
282282ninja check-clang || ninja check-clang || ninja check-clang || exit /b 1
283283ninja check-lld || ninja check-lld || ninja check-lld || exit /b 1
284284if " %arch% " == " amd64" (
@@ -312,7 +312,7 @@ cmake -GNinja %cmake_flags% ^
312312 -DPYTHON_HOME=%PYTHONHOME% ^
313313 %cmake_profile_flags% %llvm_src% \llvm || exit /b 1
314314ninja || ninja || ninja || exit /b 1
315- ninja check-llvm || ninja check-llvm || ninja check-llvm || exit /b 1
315+ ninja check-llvm || exit /b 1
316316ninja check-clang || ninja check-clang || ninja check-clang || exit /b 1
317317ninja check-lld || ninja check-lld || ninja check-lld || exit /b 1
318318if " %arch% " == " amd64" (
You can’t perform that action at this time.
0 commit comments