rust-osdev / bootloader

An experimental pure-Rust x86 bootloader
Apache License 2.0
1.39k stars 212 forks source link

[v0.9] Fix data layout for custom targets for LLVM 18 #421

Closed phil-opp closed 9 months ago

phil-opp commented 9 months ago

Fixes build on latest nightly, which was broken by the update to LLVM 18 in https://github.com/rust-lang/rust/pull/120055.

phil-opp commented 9 months ago

Published as v0.9.25