Skip to content

Commit

Permalink
Add metadata to spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
royb3 committed Mar 20, 2024
1 parent 395cf4f commit 7ee419b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 4,12 @@ pub fn target() -> Target {
Target {
data_layout: "e-m:e-p:32:32-i64:64-n32-S128".into(),
llvm_target: "riscv32".into(),
metadata: crate::spec::TargetMetadata {
description: None,
tier: None,
host_tools: None,
std: None,
},
pointer_width: 32,
arch: "riscv32".into(),

Expand Down

0 comments on commit 7ee419b

Please sign in to comment.