diff --git a/llvm/test/DebugInfo/AMDGPU/lit.local.cfg b/llvm/test/DebugInfo/AMDGPU/lit.local.cfg new file mode 100644 index 000000000000..2a665f06be72 --- /dev/null +++ b/llvm/test/DebugInfo/AMDGPU/lit.local.cfg @@ -0,0 +1,2 @@ +if not 'AMDGPU' in config.root.targets: + config.unsupported = True