Skip to content

Commit

Permalink
Remap Windows targets triples to their LLVM counterparts
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Aug 10, 2024
1 parent 09ce0dc commit d9a1d52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/target_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ pub const RISCV_ARCH_MAPPING: &[(&str, &str)] = &[
("riscv32gc", "riscv32"),
("riscv32i", "riscv32"),
("riscv32im", "riscv32"),
("riscv32ima", "riscv32"),
("riscv32imac", "riscv32"),
("riscv32imafc", "riscv32"),
("riscv32imc", "riscv32"),
Expand Down

0 comments on commit d9a1d52

Please sign in to comment.