summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/lit.local.cfg')
-rw-r--r--test/ExecutionEngine/lit.local.cfg13
1 files changed, 2 insertions, 11 deletions
diff --git a/test/ExecutionEngine/lit.local.cfg b/test/ExecutionEngine/lit.local.cfg
index b6945adf01..215ecaeeda 100644
--- a/test/ExecutionEngine/lit.local.cfg
+++ b/test/ExecutionEngine/lit.local.cfg
@@ -1,14 +1,5 @@
-config.suffixes = ['.ll', '.c', '.cpp']
-
-def getRoot(config):
- if not config.parent:
- return config
- return getRoot(config.parent)
-
-root = getRoot(config)
-
-if root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
+if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
config.unsupported = True
-if 'hexagon' in root.target_triple:
+if 'hexagon' in config.root.target_triple:
config.unsupported = True