-
Notifications
You must be signed in to change notification settings - Fork 213
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
Handle move of cpu_model.c #564
Conversation
Hmm, getting some errors that look unrelated.
|
The *xc/*xf files are for 80-bit floats, which only exist on x86/x86_64, except on Android and MSVC targets. These files not not be included for aarch64 targets. |
I believe the compilation error has been addressed by #568. |
I verified that after this PR is merged, it's possible to build dist-aarch64-linux with LLVM 18. |
Update to LLVM 18 Blocked on rust-lang#120376. Blocked on rust-lang/compiler-builtins#564. LLVM 18 final is planned to be released on Mar 5th. Rust 1.77 is planned to be released on Mar 21st. Tested images: dist-x86_64-linux, dist-s390x-linux, dist-aarch64-linux, dist-riscv64-linux, dist-x86_64-freebsd, dist-x86_64-illumos x86_64-linux-integration, test-various, armhf-gnu r? `@ghost`
@Amanieu Could you please merge this PR and create a new compiler-builtins release with it? |
I can't merge the PR since it is still marked as a draft. @tmandry Is there anything left to do for this PR? |
Would it help if I open a new non-draft PR for the change? |
This happened in https://github.com/llvm/llvm-project/pull/75635/files and shows up when building against a recent commit of LLVM.
e402868
to
4e5c34b
Compare
Actually I just realized that I can do it myself. |
@nikic Published in 0.1.107. |
Thanks! |
This happened in https://github.com/llvm/llvm-project/pull/75635/files
and shows up when building against a recent commit of LLVM.