Skip to content

Commit 7ee419b

Browse files
committed
Add metadata to spec.
1 parent 395cf4f commit 7ee419b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compiler/rustc_target/src/spec/targets/riscv32ima_unknown_none_elf.rs

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ pub fn target() -> Target {
44
Target {
55
data_layout: "e-m:e-p:32:32-i64:64-n32-S128".into(),
66
llvm_target: "riscv32".into(),
7+
metadata: crate::spec::TargetMetadata {
8+
description: None,
9+
tier: None,
10+
host_tools: None,
11+
std: None,
12+
},
713
pointer_width: 32,
814
arch: "riscv32".into(),
915

0 commit comments

Comments
 (0)