Revert r227242 - Merge vector stores into wider vector stores (PR21711).
[oota-llvm.git] / test / JitListener / lit.local.cfg
index a5aa6de182c4a194516f578e8ff524e809be897d..05f34a744ad6936a6196c01247c227119bc5e92e 100644 (file)
@@ -1,11 +1,3 @@
-config.suffixes = ['.ll']
-
-def getRoot(config):
-    if not config.parent:
-        return config
-    return getRoot(config.parent)
-
-root = getRoot(config)
-if not root.llvm_use_intel_jitevents == "ON":
+if not config.root.llvm_use_intel_jitevents == "true":
     config.unsupported = True