1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

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 9ac66c7ec9
commit 31c4d52ea9

View File

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