Skip to content

Commit dddef44

Browse files
committed
Make x86_64-unknown-linux-gnu.json true to its name
1 parent 63c4f22 commit dddef44

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"data-layout": "e-p:32:32-f64:32:64-i64:32:64-f80:32:32-n8:16:32",
3-
"llvm-target": "i686-unknown-linux-gnu",
2+
"pre-link-args": ["-m64"],
3+
"data-layout": "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128",
4+
"llvm-target": "x86_64-unknown-linux-gnu",
45
"target-endian": "little",
5-
"target-word-size": "32",
6-
"arch": "x86",
6+
"target-word-size": "64",
7+
"arch": "x86_64",
78
"os": "linux",
89
"morestack": false
910
}

0 commit comments

Comments
 (0)