Files
clang-p2996/llvm/test/CodeGen/AMDGPU/GlobalISel/lit.local.cfg
Tom Stellard fab6b1af6e AMDGPU: Add lit.local.cfg to disable global-isel tests when global-isel is disabled
This should fix bots broken by r302919.

llvm-svn: 302928
2017-05-12 17:59:30 +00:00

3 lines
86 B
INI

if not 'global-isel' in config.root.available_features:
config.unsupported = True