Files
clang-p2996/llvm/test/CodeGen/AMDGPU/lit.local.cfg
Mircea Trofin 05e90cefeb [NFC] Disallow unused prefixes under llvm/test/CodeGen
This patch finishes addressing unused prefixes under CodeGen: 2
remaining tests fixed, and then undo-ing the lit.local.cfg changes under
various subdirs and moving the policy under CodeGen.

Differential Revision: https://reviews.llvm.org/D94430
2021-01-11 12:32:18 -08:00

3 lines
70 B
INI

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