Update target spec metadata of Arm64EC Windows and Trusty targets
This commit is contained in:
parent
e95db591a4
commit
ddf1b3e7d4
4 changed files with 5 additions and 5 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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(),
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue