Update data layouts in custom target tests for LLVM 18
Fixes https://github.com/rust-lang/rust/issues/120492.
This commit is contained in:
parent
cdaa12e3df
commit
8eb48b4f4c
@ -2,7 +2,7 @@
|
|||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"cpu": "x86-64",
|
"cpu": "x86-64",
|
||||||
"crt-static-respected": true,
|
"crt-static-respected": true,
|
||||||
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
|
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
|
||||||
"dynamic-linking": true,
|
"dynamic-linking": true,
|
||||||
"env": "gnu",
|
"env": "gnu",
|
||||||
"has-rpath": true,
|
"has-rpath": true,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"arch": "x86_64",
|
"arch": "x86_64",
|
||||||
"cpu": "x86-64",
|
"cpu": "x86-64",
|
||||||
"crt-static-respected": true,
|
"crt-static-respected": true,
|
||||||
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
|
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
|
||||||
"dynamic-linking": true,
|
"dynamic-linking": true,
|
||||||
"env": "gnu",
|
"env": "gnu",
|
||||||
"executables": true,
|
"executables": true,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-f64:32:64-f80:32-n8:16:32-S128",
|
"data-layout": "e-m:e-p:32:32-p270:32:32-p271:32:32-p272:64:64-i128:128-f64:32:64-f80:32-n8:16:32-S128",
|
||||||
"linker-flavor": "gcc",
|
"linker-flavor": "gcc",
|
||||||
"llvm-target": "i686-unknown-linux-gnu",
|
"llvm-target": "i686-unknown-linux-gnu",
|
||||||
"target-endian": "little",
|
"target-endian": "little",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pre-link-args": {"gcc": ["-m64"]},
|
"pre-link-args": {"gcc": ["-m64"]},
|
||||||
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
|
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
|
||||||
"linker-flavor": "gcc",
|
"linker-flavor": "gcc",
|
||||||
"llvm-target": "x86_64-unknown-linux-gnu",
|
"llvm-target": "x86_64-unknown-linux-gnu",
|
||||||
"target-endian": "little",
|
"target-endian": "little",
|
||||||
|
Loading…
Reference in New Issue
Block a user