-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LLVM 18 issue: tests/run-make/target-specs and rustdoc-target-spec-json-path broken after https://github.com/rust-lang/rust/commit/46652dd254bc9c413d14cec637c7f21ac6601e05 #120492
Comments
Having this issue on
Why it's trying to compile for a 32-bit target is clearly beyond me because I'm using an entirely 64-bit host ― since @phil-opp happens to be the author of the crate this is failing on (namely, the 32-bit BIOS version of the bootloader crate which I explicitly avoid depending on for my intendedly UEFI-only kernel), pinging him for assistance. |
@kennystrawnmusic I think this issue thread is about some failing tests in the Rust repo. Your issue seems to be specific to the If you still have issues with the |
…cuviper Update data layouts in custom target tests for LLVM 18 Apply the data layout changes from rust-lang#116672 to custom target specs as well, as we started validating them since rust-lang#120062. Fixes rust-lang#120492. r? `@cuviper`
…cuviper Update data layouts in custom target tests for LLVM 18 Apply the data layout changes from rust-lang#116672 to custom target specs as well, as we started validating them since rust-lang#120062. Fixes rust-lang#120492. r? ``@cuviper``
…cuviper Update data layouts in custom target tests for LLVM 18 Apply the data layout changes from rust-lang#116672 to custom target specs as well, as we started validating them since rust-lang#120062. Fixes rust-lang#120492. r? ```@cuviper```
Rollup merge of rust-lang#120529 - nikic:llvm-18-datalayout-fixes, r=cuviper Update data layouts in custom target tests for LLVM 18 Apply the data layout changes from rust-lang#116672 to custom target specs as well, as we started validating them since rust-lang#120062. Fixes rust-lang#120492. r? ```@cuviper```
The commit 46652dd added a check that stars firing due to the changes to the default target layouts in LLVM 18 (#116672):
https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/25552#018d505f-51d2-4820-8258-2f7b1b2ba0be/849-862
The text was updated successfully, but these errors were encountered: