]> granicus.if.org Git - llvm/commitdiff
AMDGPU: add missing lit.local.cfg to test/DebugInfo/AMDGPU
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Thu, 9 Mar 2017 00:21:36 +0000 (00:21 +0000)
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Thu, 9 Mar 2017 00:21:36 +0000 (00:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@297334 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/AMDGPU/lit.local.cfg [new file with mode: 0644]

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