[mc] Fix ELF st_other flag.
[oota-llvm.git] / test / MC / ELF / lit.local.cfg
index 461c6f4f2b348fe31969af3cde1b9ab7090fdce3..ba763cf03ffcc4a996faa124289303f10f41eeba 100644 (file)
@@ -1,13 +1,4 @@
-config.suffixes = ['.ll', '.s']
-
-def getRoot(config):
-    if not config.parent:
-        return config
-    return getRoot(config.parent)
-
-root = getRoot(config)
-
-targets = set(root.targets_to_build.split())
+targets = set(config.root.targets_to_build.split())
 if not 'X86' in targets:
     config.unsupported = True