summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/lit.local.cfg
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-07-16 18:19:43 +0000
committerTom Stellard <thomas.stellard@amd.com>2012-07-16 18:19:43 +0000
commita4be0720c56e60194572a9b12a09a62e35324fcc (patch)
tree453671f82ae7cb09ebc2b754236834700d024a35 /test/CodeGen/R600/lit.local.cfg
parentd72304faf4c83dd744c42dd5ee4cb4edefaaa28e (diff)
downloadllvm-a4be0720c56e60194572a9b12a09a62e35324fcc.tar.gz
llvm-a4be0720c56e60194572a9b12a09a62e35324fcc.tar.bz2
llvm-a4be0720c56e60194572a9b12a09a62e35324fcc.tar.xz
Revert "test/CodeGen/R600: Add some basic tests v6"
This reverts commit 11d3457afcda7848448dd7f11b2ede6552ffb9ea. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160300 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/lit.local.cfg')
-rw-r--r--test/CodeGen/R600/lit.local.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/R600/lit.local.cfg b/test/CodeGen/R600/lit.local.cfg
deleted file mode 100644
index 79fc2ba362..0000000000
--- a/test/CodeGen/R600/lit.local.cfg
+++ /dev/null
@@ -1,13 +0,0 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
-def getRoot(config):
- if not config.parent:
- return config
- return getRoot(config.parent)
-
-root = getRoot(config)
-
-targets = set(root.targets_to_build.split())
-if not 'AMDGPU' in targets:
- config.unsupported = True
-