[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v7 0/7] Add Rust build support, ARM PL011 device impl
|
From: |
Peter Maydell |
|
Subject: |
Re: [PATCH v7 0/7] Add Rust build support, ARM PL011 device impl |
|
Date: |
Thu, 15 Aug 2024 18:10:49 +0100 |
On Thu, 15 Aug 2024 at 12:42, Manos Pitsidianakis
<manos.pitsidianakis@linaro.org> wrote:
> Outstanding issues that are not blocking for merge are:
>
> - Cross-compilation for aarch64 is not possible out-of-the-box because of
> this bug:
> <https://github.com/rust-lang/rust/issues/125619> in llvm which when
> fixed, must be ported to upstream rust's llvm fork. Since the problem
> is an extraneous symbol we could strip it with objcopy -N|--strip-symbol
I asked around internally and found somebody willing to do
code review on the proposed LLVM compiler-rt pullreq that fixes
the root of this bug, so hopefully we can get that fixed (though
presumably we might want the workaround anyway given it'll take a
while to percolate through to a rust release).
-- PMM
- [PATCH v7 3/7] configure, meson: detect Rust toolchain, (continued)
- [PATCH v7 3/7] configure, meson: detect Rust toolchain, Manos Pitsidianakis, 2024/08/15
- [PATCH v7 4/7] rust: add bindgen step as a meson dependency, Manos Pitsidianakis, 2024/08/15
- [PATCH v7 5/7] .gitattributes: add Rust diff and merge attributes, Manos Pitsidianakis, 2024/08/15
- [PATCH v7 6/7] rust: add crate to expose bindings and interfaces, Manos Pitsidianakis, 2024/08/15
- Re: [PATCH v7 6/7] rust: add crate to expose bindings and interfaces, Junjie Mao, 2024/08/16
- [PATCH v7 7/7] rust: add PL011 device model, Manos Pitsidianakis, 2024/08/15
- Re: [PATCH v7 0/7] Add Rust build support, ARM PL011 device impl,
Peter Maydell <=
- Re: [PATCH v7 0/7] Add Rust build support, ARM PL011 device impl, Junjie Mao, 2024/08/16