Skip to content

Commit 27693df

Browse files
androm3datgross35
andauthored
Update compiler/rustc_target/src/spec/targets/hexagon_qurt.rs
Co-authored-by: Trevor Gross <[email protected]>
1 parent aa69d39 commit 27693df

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

compiler/rustc_target/src/spec/targets/hexagon_qurt.rs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ pub(crate) fn target() -> Target {
1313
std: Some(true),
1414
},
1515
pointer_width: 32,
16-
data_layout: concat!(
17-
"e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32",
18-
":32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32",
19-
":32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048",
20-
":2048:2048"
21-
)
16+
data_layout: "\
17+
e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32\
18+
:32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32\
19+
:32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048\
20+
:2048:2048".into()
2221
.into(),
2322
arch: "hexagon".into(),
2423
options: TargetOptions {

0 commit comments

Comments
 (0)