Forgot to add lit.local.cfg for new R600 directory
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 26 May 2015 17:01:16 +0000 (17:01 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 26 May 2015 17:01:16 +0000 (17:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238218 91177308-0d34-0410-b5e6-96231b3b80d8

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

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