Remove FileCheck from test case token_landingpad.ll.
[oota-llvm.git] / test / CodeGen / XCore / lit.local.cfg
index c697912418e301234b72ed44fa9471e03a779f3a..0b947bbbb85082ac548ab1854d4b3a01806807bc 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 'XCore' in targets:
+if not 'XCore' in config.root.targets:
     config.unsupported = True