Stops llvm-objdump tests failing when AMDGPU target is not supported. Change-Id: Ic4ae443958c41c303ff6bee0966e5f21ab7a1851
3 lines
70 B
INI
3 lines
70 B
INI
if not 'AMDGPU' in config.root.targets:
|
|
config.unsupported = True
|