Add target-c-int-width to x86_64 target

This commit is contained in:
Jeremy Soller
2017-10-04 18:25:59 -06:00
parent 808447cbfb
commit c417f0cf00

View File

@@ -2,6 +2,7 @@
"llvm-target": "x86_64-unknown-none",
"target-endian": "little",
"target-pointer-width": "64",
"target-c-int-width": "32",
"data-layout": "e-m:e-i64:64-f80:128-n8:16:32:64-S128",
"arch": "x86_64",
"os": "none",