[beta] Revert "Build shared LLVM lib for windows-gnullvm"#155285
Open
jieyouxu wants to merge 1 commit intorust-lang:betafrom
Open
[beta] Revert "Build shared LLVM lib for windows-gnullvm"#155285jieyouxu wants to merge 1 commit intorust-lang:betafrom
jieyouxu wants to merge 1 commit intorust-lang:betafrom
Conversation
This reverts commit 1d1280a. Looks like this causes problems with certain LLVM bin tools not finding `libLLVM` on `*-windows-gnullvm`. This commit is a _minimal_ revert to return us to known state to alleviate time pressure to investigate.
Collaborator
|
mati865
approved these changes
Apr 14, 2026
Member
Author
Contributor
Contributor
|
@bors p=6 |
Member
Author
|
(Pls ignore the label fiddling, I'm trying to trigger a beta backport thread) |
Contributor
|
⌛ Testing commit 847a841 with merge 74ab15c... Workflow: https://github.com/rust-lang/rust/actions/runs/24398950192 |
rust-bors bot
pushed a commit
that referenced
this pull request
Apr 14, 2026
…ieyouxu [beta] 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. r? @mati865
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit 1d1280a.
Looks like this causes problems (#155268) with certain LLVM bin tools not finding
libLLVMon*-windows-gnullvm. This PR is a minimal revert to return us to known state to alleviate time pressure to investigate.r? @mati865