aarch64: Add support for complex types
This commit is contained in:
committed by
Richard Henderson
parent
658b2b5600
commit
a992f8789b
@@ -26,10 +26,11 @@ run-many-tests $tlist ""
|
||||
|
||||
# ??? We really should preprocess ffi.h and grep
|
||||
# for FFI_TARGET_HAS_COMPLEX_TYPE.
|
||||
if { [istarget s390*]
|
||||
|| [istarget x86_64*]
|
||||
|| [istarget i?86*] } {
|
||||
run-many-tests $ctlist ""
|
||||
if { [istarget aarch64*]
|
||||
|| [istarget i?86*]
|
||||
|| [istarget s390*]
|
||||
|| [istarget x86_64*] } {
|
||||
run-many-tests $ctlist ""
|
||||
} else {
|
||||
foreach test $ctlist {
|
||||
unsupported "$test"
|
||||
|
||||
Reference in New Issue
Block a user