[stable] Revert "Build shared LLVM lib for windows-gnullvm"#155283
[stable] Revert "Build shared LLVM lib for windows-gnullvm"#155283jieyouxu wants to merge 1 commit intorust-lang:stablefrom
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.
This comment was marked as outdated.
This comment was marked as outdated.
|
|
r? @Mark-Simulacrum |
a449c41 to
9b3eeb3
Compare
|
Thanks. Do not wait for the artifacts, building them just to be 100% sure rather than 99.9%. @bors try jobs=dist-x86_64-llvm-mingw |
This comment has been minimized.
This comment has been minimized.
…=<try> [stable] Revert "Build shared LLVM lib for windows-gnullvm" try-job: dist-x86_64-llvm-mingw
| # i686 has no dedicated job, build it here because this job is fast | ||
| - name: dist-aarch64-llvm-mingw | ||
| env: | ||
| SCRIPT: python x.py dist bootstrap enzyme --include-default-paths |
There was a problem hiding this comment.
Remove enzyme here and below. Otherwise it will fail, since (ATM) it requires dynamic linking
There was a problem hiding this comment.
Is enzyme built on stable? I thought it's nightly only.
There was a problem hiding this comment.
It's nightly only, but that would mean the next nightly build would still fail, even if a stable build in this config works, or?
There was a problem hiding this comment.
This PR is targeting stable branch exclusively. LLVM DLL remains enabled on main branch.
|
Installed and tested using: Whereas on nightly this looks like this: So, indeed the issue is fixed. |
|
@bors r+ rollup=never p=100 |
|
⌛ Testing commit 9b3eeb3 with merge 5980761... Workflow: https://github.com/rust-lang/rust/actions/runs/24419883290 |
…=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.
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.