Sign in
llvm
/
llvm-project
/
refs/heads/users/makslevental/ptr-dialectpython
/
.
/
mlir
/
test
/
Conversion
/
MathToXeVM
/
lit.local.cfg
blob: cc1ce3535f2c705ca1257ab6589f3377191e20cf [
file
] [
edit
]
spirv_backend_tests
=
[
'native-spirv-builtins.mlir'
,
]
# Exclude SPIRV backend tests if SPIRV target is disabled:
if
(
not
config
.
run_xevm_tests
):
config
.
excludes
.
update
(
spirv_backend_tests
)