Skip to content

Commit bad7260

Browse files
josephlrrbradford
authored andcommitted
target.json: Update data-layout
This makes us match LLVM's default for x86_64, and prevents a warning. Signed-off-by: Joe Richey <joerichey@google.com>
1 parent b98ca5d commit bad7260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

target.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-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-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)