Skip to content

Commit 7959b77

Browse files
committed
Update data layout for LLVM 18
Fixes build on latest rustc nightly.
1 parent bebad6d commit 7959b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x86_64-blog_os.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)