Skip to content

Commit 4f95c56

Browse files
authored
Merge pull request #460 from rust-osdev/fix-tests
Update data layout of test target for LLVM 18
2 parents 40931f0 + ba39d03 commit 4f95c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/x86_64-bare-metal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"llvm-target": "x86_64-unknown-none",
3-
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128",
3+
"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",
44
"arch": "x86_64",
55
"target-endian": "little",
66
"target-pointer-width": "64",

0 commit comments

Comments
 (0)