Revert "test/CodeGen/R600: Add some basic tests v6"
[oota-llvm.git] / test / CodeGen / R600 / lit.local.cfg
diff --git a/test/CodeGen/R600/lit.local.cfg b/test/CodeGen/R600/lit.local.cfg
deleted file mode 100644 (file)
index 79fc2ba..0000000
+++ /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
-