Skip to content

Commit efad457

Browse files
authored
Rollup merge of #129842 - no1wudi:master, r=saethlin
Fix LLVM ABI NAME for riscv64imac-unknown-nuttx-elf This patch fix#129825 For the riscv64imac target, the LLVM ABI NAME should be "lp64", which is the default ABI if not specified for the riscv64imac target.
2 parents 5c3370d + de7a14e commit efad457

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎compiler/rustc_target/src/spec/targets/riscv64imac_unknown_nuttx_elf.rs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ pub fn target() -> Target {
2121
os:"nuttx".into(),
2222
linker_flavor:LinkerFlavor::Gnu(Cc::No,Lld::Yes),
2323
linker:Some("rust-lld".into()),
24-
llvm_abiname:"lp64d".into(),
2524
cpu:"generic-rv64".into(),
2625
max_atomic_width:Some(64),
2726
features:"+m,+a,+c".into(),

0 commit comments

Comments
 (0)