[X86][FastIsel] Teach how to select float-half conversion intrinsics.
[oota-llvm.git] / test / Instrumentation / AddressSanitizer / X86 / lit.local.cfg
index b05ed3c77c166e52612e41e07dccba3fbac87e8b..e71f3cc4c41e708fa77255cb5ac82eb42037e31c 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 'X86' in targets:
+if not 'X86' in config.root.targets:
     config.unsupported = True