blob: 0feeaa54b3d78abf149bdf5b544022cb0c64192f [file] [log] [blame] [edit]
# HLSL Change
# Disable verifier tests on Windows. These fail due to issues with the MS
# filesystem code causing llvm-as to crash.
import sys
if sys.platform in ['win32']:
config.unsupported = True