summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/ExecutionEngine/MCJIT/remote/lit.local.cfg')
-rw-r--r--test/ExecutionEngine/MCJIT/remote/lit.local.cfg11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
deleted file mode 100644
index 12fcda0273..0000000000
--- a/test/ExecutionEngine/MCJIT/remote/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 'arm' in root.target_triple:
- config.unsupported = True