brintos

brintos / llvm-project-archived public Read only

0
0
Text · 201 B · cc1ce35 Raw
8 lines · plain
1spirv_backend_tests = [2    'native-spirv-builtins.mlir',3]4 5# Exclude SPIRV backend tests if SPIRV target is disabled: 6if(not config.run_xevm_tests):7    config.excludes.update(spirv_backend_tests)8