AMDPGU/SI: Use correct resource descriptors for VI on HSA
[oota-llvm.git] / test / CodeGen / PowerPC / lit.local.cfg
index 5c7f2677f3506ffe1ce0048c43c072e4f78a3d5d..5d33887ff0a48809f94f35bb339934d932606be4 100644 (file)
@@ -1,13 +1,3 @@
-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 'PowerPC' in targets:
+if not 'PowerPC' in config.root.targets:
     config.unsupported = True