Update target spec metadata of Arm64EC Windows and Trusty targets

This commit is contained in:
Taiki Endo 2025-08-30 23:35:39 +09:00
parent e95db591a4
commit ddf1b3e7d4
4 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ pub(crate) fn target() -> Target {
description: Some("ARM64 Trusty".into()),
tier: Some(3),
host_tools: Some(false),
std: Some(false),
std: Some(true),
},
pointer_width: 64,
data_layout: "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32".into(),

View file

@ -20,9 +20,9 @@ pub(crate) fn target() -> Target {
llvm_target: "arm64ec-pc-windows-msvc".into(),
metadata: TargetMetadata {
description: Some("Arm64EC Windows MSVC".into()),
tier: Some(3),
tier: Some(2),
host_tools: Some(false),
std: None, // ?
std: Some(true),
},
pointer_width: 64,
data_layout:

View file

@ -13,7 +13,7 @@ pub(crate) fn target() -> Target {
description: Some("Armv7-A Trusty".into()),
tier: Some(3),
host_tools: Some(false),
std: Some(false),
std: Some(true),
},
pointer_width: 32,
data_layout: "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64".into(),

View file

@ -12,7 +12,7 @@ pub(crate) fn target() -> Target {
description: Some("x86_64 Trusty".into()),
tier: Some(3),
host_tools: Some(false),
std: Some(false),
std: Some(true),
},
pointer_width: 64,
data_layout: