rust/compiler/rustc_codegen_ssa
Matthias Krüger 6b96a7944a
Rollup merge of #132354 - koute:master, r=workingjubilee
Add `lp64e` RISC-V ABI

This PR adds support for the `lp64e` RISC-V ABI, which is the 64-bit equivalent of the `ilp32e` ABI that is already supported.

For reference, this ABI was originally added to LLVM in [this PR](https://reviews.llvm.org/D70401).
2024-10-31 12:35:56 +01:00
..
src Rollup merge of #132354 - koute:master, r=workingjubilee 2024-10-31 12:35:56 +01:00
Cargo.toml compiler: Factor rustc_target::abi out of cg_ssa 2024-10-08 18:24:56 -07:00
messages.ftl Rollup merge of #130308 - davidtwco:tied-target-consolidation, r=wesleywiser 2024-10-10 22:00:45 +02:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.