Skip to content

Commit

Permalink
Fix riscv64 fuchsia LLVM target name
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Mar 15, 2023
1 parent 1716932 commit fb916a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use crate::spec::{CodeModel, SanitizerSet, Target, TargetOptions};

pub fn target() -> Target {
Target {
llvm_target: "riscv64gc-unknown-fuchsia".into(),
llvm_target: "riscv64-unknown-fuchsia".into(),
pointer_width: 64,
data_layout: "e-m:e-p:64:64-i64:64-i128:128-n32:64-S128".into(),
arch: "riscv64".into(),
Expand Down

0 comments on commit fb916a0

Please sign in to comment.