We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395cf4f commit 7ee419bCopy full SHA for 7ee419b
compiler/rustc_target/src/spec/targets/riscv32ima_unknown_none_elf.rs
@@ -4,6 +4,12 @@ pub fn target() -> Target {
4
Target {
5
data_layout: "e-m:e-p:32:32-i64:64-n32-S128".into(),
6
llvm_target: "riscv32".into(),
7
+ metadata: crate::spec::TargetMetadata {
8
+ description: None,
9
+ tier: None,
10
+ host_tools: None,
11
+ std: None,
12
+ },
13
pointer_width: 32,
14
arch: "riscv32".into(),
15
0 commit comments