Sign in
llvm
/
llvm-project
/
75838b818bdbc14fc41f901b4e60821647009cf3
/
.
/
llvm
/
test
/
ExecutionEngine
/
lit.local.cfg
blob: 1951f140ea8897c0b4648d7217c2b6e2208c26e6 [
file
] [
log
] [
blame
]
if
config
.
root
.
native_target
in
[
'Sparc'
,
'SystemZ'
,
'Hexagon'
]:
config
.
unsupported
=
True
# ExecutionEngine tests are not expected to pass in a cross-compilation setup.
if
"native"
not
in
config
.
available_features
:
config
.
unsupported
=
True