forked from OSchip/llvm-project
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:
parent
b146e61828
commit
fab6b1af6e
|
@ -0,0 +1,2 @@
|
|||
if not 'global-isel' in config.root.available_features:
|
||||
config.unsupported = True
|
Loading…
Reference in New Issue