Tests with target intrinsics are inherently target specific, so it doesn't actually make sense to run them if we've excluded their target. llvm-svn: 302979
3 lines
70 B
INI
3 lines
70 B
INI
if not 'AMDGPU' in config.root.targets:
|
|
config.unsupported = True
|