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, 0 insertions, 11 deletions
diff --git a/test/Analysis/Profiling/lit.local.cfg b/test/Analysis/Profiling/lit.local.cfg
deleted file mode 100644
index d40fa4f9d3abd..0000000000000
--- a/test/Analysis/Profiling/lit.local.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-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:
- config.unsupported = True