Skip to content

Commit 5980761

Browse files
committed
Auto merge of #155283 - jieyouxu:revert-gnullvm-link-shared-stable, r=Mark-Simulacrum
[stable] Revert "Build shared LLVM lib for windows-gnullvm" This reverts commit 1d1280a. Looks like this causes problems (#155268) with certain LLVM bin tools not finding `libLLVM` on `*-windows-gnullvm`. This PR is a _minimal_ revert to return us to known state to alleviate time pressure to investigate.
2 parents 6efb623 + 9b3eeb3 commit 5980761

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎src/ci/github-actions/jobs.yml‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,6 @@ auto:
712712
--target=aarch64-pc-windows-gnullvm,i686-pc-windows-gnullvm
713713
--enable-full-tools
714714
--enable-profiler
715-
--enable-llvm-link-shared
716715
DIST_REQUIRE_ALL_TOOLS: 1
717716
CODEGEN_BACKENDS: llvm,cranelift
718717
CC_i686_pc_windows_gnullvm: i686-w64-mingw32-clang
@@ -725,7 +724,6 @@ auto:
725724
--build=x86_64-pc-windows-gnullvm
726725
--enable-full-tools
727726
--enable-profiler
728-
--enable-llvm-link-shared
729727
DIST_REQUIRE_ALL_TOOLS: 1
730728
CODEGEN_BACKENDS: llvm,cranelift
731729
<<: *job-windows

0 commit comments

Comments
 (0)