Add missing lit.local.cfg to llvm/test/Transforms/CodeGenPrepare/NVPTX.
authorJustin Lebar <jlebar@google.com>
Fri, 28 Oct 2016 21:56:07 +0000 (21:56 +0000)
committerJustin Lebar <jlebar@google.com>
Fri, 28 Oct 2016 21:56:07 +0000 (21:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285464 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/CodeGenPrepare/NVPTX/lit.local.cfg [new file with mode: 0644]

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