about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/context.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-11-07 18:19:37 +0100
committerGitHub <noreply@github.com>2024-11-07 18:19:37 +0100
commit27c193496d40f66233b79ede049eea98a7abecd9 (patch)
treeb9f5c482a82b09e4b2a9f7f2d5db9701dbd042f7 /compiler/rustc_codegen_llvm/src/context.rs
parent3d1dba830a564d1118361345d7ada47a05241f45 (diff)
parente2d50315efb9bcf5ad73bd4cb77f3d8f72a7d26a (diff)
downloadrust-27c193496d40f66233b79ede049eea98a7abecd9.tar.gz
rust-27c193496d40f66233b79ede049eea98a7abecd9.zip
Rollup merge of #132638 - taiki-e:ppc-asm-fixme, r=jieyouxu
Remove fixme comment about clobber_abi on PowerPC

This was considered an unresolved question in https://github.com/rust-lang/rust/pull/131341, but according to the ABI document published in 2011 by Power.org the current implementation is fine as-is.
https://github.com/rust-lang/rust/pull/131341#discussion_r1829358396

> According to [Power Architecture 32-bit Application Binary Interface Supplement 1.0 - Linux & Embedded](https://web.archive.org/web/20120608163804/https://www.power.org/resources/downloads/Power-Arch-32-bit-ABI-supp-1.0-Unified.pdf) published in 2011, PPC32 has the same convention here as PPC64.
>
> Therefore, we can just remove the FIXME comment here.

r? workingjubilee
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/context.rs')
0 files changed, 0 insertions, 0 deletions