We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af6773d commit 7b7638eCopy full SHA for 7b7638e
testsuite/lib/libffi.exp
@@ -324,15 +324,15 @@ proc run-many-tests { testcases extra_flags } {
324
"-DABI_NUM=FFI_THISCALL -DABI_ATTR=__THISCALL__"
325
"-DABI_NUM=FFI_FASTCALL -DABI_ATTR=__FASTCALL__"
326
}
327
- } elseif { [istarget "x86_64-*-*"] \
328
- && [libffi_feature_test "#ifndef __ILP32__"] } {
329
- set targetabis {
330
- ""
331
- "-DABI_NUM=FFI_WIN64 -DABI_ATTR=__MSABI__"
332
- }
333
+ # elseif { [istarget "x86_64-*-*"] \
+ # && [libffi_feature_test "#ifndef __ILP32__"] } {
+ # set targetabis {
+ # ""
+ # "-DABI_NUM=FFI_WIN64 -DABI_ATTR=__MSABI__"
+ # }
334
335
-
336
set common [ concat $common $extra_flags ]
337
foreach test $testcases {
338
set testname [file tail $test]
0 commit comments