summaryrefslogtreecommitdiff
path: root/test/Analysis/Profiling/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/Profiling/lit.local.cfg')
-rw-r--r--test/Analysis/Profiling/lit.local.cfg11
1 files changed, 1 insertions, 10 deletions
diff --git a/test/Analysis/Profiling/lit.local.cfg b/test/Analysis/Profiling/lit.local.cfg
index d40fa4f9d3..5481b13ce0 100644
--- a/test/Analysis/Profiling/lit.local.cfg
+++ b/test/Analysis/Profiling/lit.local.cfg
@@ -1,11 +1,2 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
-def getRoot(config):
- if not config.parent:
- return config
- return getRoot(config.parent)
-
-root = getRoot(config)
-
-if 'hexagon' in root.target_triple:
+if 'hexagon' in config.root.target_triple:
config.unsupported = True