mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Auto merge of #155285 - jieyouxu:revert-gnullvm-link-shared-beta, r=jieyouxu
[beta] Revert "Build shared LLVM lib for windows-gnullvm"
This reverts commit 1d1280aae1.
Looks like this causes problems (rust-lang/rust#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.
r? @mati865
This commit is contained in:
@@ -719,7 +719,6 @@ auto:
|
||||
--target=aarch64-pc-windows-gnullvm,i686-pc-windows-gnullvm
|
||||
--enable-full-tools
|
||||
--enable-profiler
|
||||
--enable-llvm-link-shared
|
||||
DIST_REQUIRE_ALL_TOOLS: 1
|
||||
CODEGEN_BACKENDS: llvm,cranelift
|
||||
CC_i686_pc_windows_gnullvm: i686-w64-mingw32-clang
|
||||
@@ -732,7 +731,6 @@ auto:
|
||||
--build=x86_64-pc-windows-gnullvm
|
||||
--enable-full-tools
|
||||
--enable-profiler
|
||||
--enable-llvm-link-shared
|
||||
DIST_REQUIRE_ALL_TOOLS: 1
|
||||
CODEGEN_BACKENDS: llvm,cranelift
|
||||
<<: *job-windows
|
||||
|
||||
Reference in New Issue
Block a user