We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebaae1 commit 7159f04Copy full SHA for 7159f04
compiler/rustc_target/src/spec/x86_64_apple_tvos.rs
@@ -6,7 +6,8 @@ pub fn target() -> Target {
6
Target {
7
llvm_target: "x86_64-apple-tvos".into(),
8
pointer_width: 64,
9
- data_layout: "e-m:o-i64:64-f80:128-n8:16:32:64-S128".into(),
+ data_layout: "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
10
+ .into(),
11
arch: arch.target_arch(),
12
options: TargetOptions {
13
max_atomic_width: Some(64),
0 commit comments