File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
compiler/rustc_target/src/spec/targets Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ pub fn target() -> Target {
88
99 Target {
1010 llvm_target : visionos_llvm_target ( arch) . into ( ) ,
11- description : None ,
11+ metadata : crate :: spec:: TargetMetadata {
12+ description : None ,
13+ tier : None ,
14+ host_tools : None ,
15+ std : None ,
16+ } ,
1217 pointer_width : 64 ,
1318 data_layout : "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" . into ( ) ,
1419 arch : arch. target_arch ( ) ,
Original file line number Diff line number Diff line change @@ -8,7 +8,12 @@ pub fn target() -> Target {
88
99 Target {
1010 llvm_target : visionos_sim_llvm_target ( arch) . into ( ) ,
11- description : None ,
11+ metadata : crate :: spec:: TargetMetadata {
12+ description : None ,
13+ tier : None ,
14+ host_tools : None ,
15+ std : None ,
16+ } ,
1217 pointer_width : 64 ,
1318 data_layout : "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128" . into ( ) ,
1419 arch : arch. target_arch ( ) ,
You can’t perform that action at this time.
0 commit comments