Files
clang-p2996/llvm/test/Transforms/InstCombine/AMDGPU/lit.local.cfg
Justin Bogner 3c6fbad388 InstCombine: Move tests that use target intrinsics into subdirectories
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
2017-05-13 05:39:46 +00:00

3 lines
70 B
INI

if not 'AMDGPU' in config.root.targets:
config.unsupported = True