Skip to content
Snippets Groups Projects
Commit 08382f9f authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

[machdeps] translate msvc_x86_64 in json

parent 2b6240c3
No related branches found
No related tags found
No related merge requests found
...@@ -339,6 +339,7 @@ ...@@ -339,6 +339,7 @@
(machdeps/machdep_gcc_x86_16.json as share/machdeps/machdep_gcc_x86_16.json) (machdeps/machdep_gcc_x86_16.json as share/machdeps/machdep_gcc_x86_16.json)
(machdeps/machdep_gcc_x86_32.json as share/machdeps/machdep_gcc_x86_32.json) (machdeps/machdep_gcc_x86_32.json as share/machdeps/machdep_gcc_x86_32.json)
(machdeps/machdep_gcc_x86_64.json as share/machdeps/machdep_gcc_x86_64.json) (machdeps/machdep_gcc_x86_64.json as share/machdeps/machdep_gcc_x86_64.json)
(machdeps/machdep_msvc_x86_64.json as share/machdeps/machdep_msvc_x86_64.json)
(machdeps/machdep_ppc_32.json as share/machdeps/machdep_ppc_32.json)) (machdeps/machdep_ppc_32.json as share/machdeps/machdep_ppc_32.json))
) )
......
{
"version" : "MSVC - X86-64bits mode",
"compiler" : "msvc",
"cpp_arch_flags" : ["-m64"],
"sizeof_short" : 2,
"sizeof_int" : 4,
"sizeof_long" : 4,
"sizeof_longlong" : 8,
"sizeof_ptr" : 8,
"sizeof_float" : 4,
"sizeof_double" : 8,
"sizeof_longdouble" : 8,
"sizeof_void" : 0,
"sizeof_fun" : -1,
"size_t" : "unsigned long long",
"wchar_t" : "unsigned short",
"ptrdiff_t": "long long",
"alignof_short": 2,
"alignof_int" : 4,
"alignof_long" : 4,
"alignof_longlong": 8,
"alignof_ptr" : 8,
"alignof_float" : 4,
"alignof_double" : 8,
"alignof_longdouble": 8,
"alignof_str" : 1,
"alignof_fun" : -1,
"alignof_aligned": 1,
"char_is_unsigned" : false,
"little_endian": true,
"has__builtin_va_list": false
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment