Sign in
swiftshader
/
SwiftShader
/
147c49165d856000625f79c0d397747addb4a2b4
/
.
/
third_party
/
llvm-7.0
/
llvm
/
test
/
ExecutionEngine
/
OrcLazy
/
lit.local.cfg
blob: a18acd33200f4d4b53af18d303c6791264fef963 [
file
] [
log
] [
blame
]
import
sys
if
config
.
root
.
host_arch
not
in
[
'i386'
,
'x86'
,
'x86_64'
,
'AMD64'
]:
config
.
unsupported
=
True
# FIXME: These tests don't pass with the COFF rtld.
if
sys
.
platform
==
'win32'
:
config
.
unsupported
=
True