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
This commit is contained in:
Tom Stellard 2017-05-12 17:59:30 +00:00
parent b146e61828
commit fab6b1af6e
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
if not 'global-isel' in config.root.available_features:
config.unsupported = True