aboutsummaryrefslogtreecommitdiffstats
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.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/JitListener/lit.local.cfg b/test/JitListener/lit.local.cfg
new file mode 100644
index 0000000..a5aa6de
--- /dev/null
+++ b/test/JitListener/lit.local.cfg
@@ -0,0 +1,11 @@
+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":
+ config.unsupported = True
+