Re: Re: [PATCH v2 0/3] Inline helpers into Rust without full LTO
Miguel Ojeda <[email protected]>
| Newsgroups | gmane.linux.kbuild.devel,gmane.linux.ports.arm.kernel,gmane.linux.kernel,gmane.linux.kernel.mm,gmane.linux.uml.devel,gmane.linux.kernel.rust |
|---|---|
| Message-ID | <CANiq72nwSWVDRqm0Vap5j5X5k+Q-wq8okQ9d3KUgZt6M4CpW9g@mail.gmail.com> |
On Mon, Mar 23, 2026 at 4:04 AM Andrew Lunn <[email protected]> wrote: > > Rust is already fragmented, because it does not support all > architectures. Do we really want to make it even more fragmented by > having some bindings only work on a subset of the subset of > architectures? That is not the case. The `depends on` is not about putting them on abstractions, but on this experimental build feature, which is gated on `EXPERT` to begin with, because it uses a fairly exotic approach involving LLVM bitcode, which carries potential pitfalls, like the mismatches on the target string like one of the commit messages mentions, and possibly others. Cheers, Miguel