summaryrefslogtreecommitdiff
path: root/test/JitListener/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/JitListener/lit.local.cfg')
-rw-r--r--test/JitListener/lit.local.cfg10
1 files changed, 1 insertions, 9 deletions
diff --git a/test/JitListener/lit.local.cfg b/test/JitListener/lit.local.cfg
index a5aa6de182..d995820bc3 100644
--- a/test/JitListener/lit.local.cfg
+++ b/test/JitListener/lit.local.cfg
@@ -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 == "ON":
config.unsupported = True