Update to LLVM 17 by nikic · Pull Request #114048 · rust-lang/rust
added
S-waiting-on-review
labels
Jul 25, 2023
bors
added
S-waiting-on-author
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Jul 25, 2023
rustbot
added
A-testsuite
labels
Jul 25, 2023This was referenced
Aug 10, 2023This was referenced
Aug 13, 2023
nikic
mentioned this pull request
label
Aug 24, 2023
ehuss
mentioned this pull request
davidtwco added a commit to davidtwco/rust that referenced this pull request
Jan 17, 2024In LLVM 17, PowerPC targets started including function pointer alignments in data layouts, and in Rust's update to that version (rust-lang#114048), we added the function pointer alignments. `powerpc64-unknown-linux-musl` had `Fi64` set but this seems incorrect, and the code in LLVM would always have computed `Fn32` because it is a MUSL target. Signed-off-by: David Wood <david@davidtw.co>
This was referenced
Mar 5, 2024
lqd
mentioned this pull request
workingjubilee
added
the
A-LLVM
label
May 26, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters