[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / MC / Mips / lit.local.cfg
index ecc61ea595a56bae3c45bea2b19bedd4b116d8d7..a3183a25afaa9d7cda45a83cfc6f7adc91ef2eb7 100644 (file)
@@ -1,13 +1,3 @@
-config.suffixes = ['.ll', '.c', '.cpp', '.s']
-
-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 'Mips' in targets:
+if not 'Mips' in config.root.targets:
     config.unsupported = True