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
4 lines
72 B
INI
4 lines
72 B
INI
if not 'PowerPC' in config.root.targets:
|
|
config.unsupported = True
|
|
|