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)
llvm-svn: 285464

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

diff --git a/llvm/test/Transforms/CodeGenPrepare/NVPTX/lit.local.cfg b/llvm/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