aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2013-05-18 19:42:07 +0000
committerRenato Golin <renato.golin@linaro.org>2013-05-18 19:42:07 +0000
commit6d65f333a3079ea4be74e73ea1f68ab0897fec77 (patch)
treebe8689145c46c9673abf9fa2b0394478bd2b9b7b /test/ExecutionEngine/MCJIT/remote/lit.local.cfg
parentcb9d4667b7159944598c178dbb6568bc20ae069b (diff)
downloadexternal_llvm-6d65f333a3079ea4be74e73ea1f68ab0897fec77.zip
external_llvm-6d65f333a3079ea4be74e73ea1f68ab0897fec77.tar.gz
external_llvm-6d65f333a3079ea4be74e73ea1f68ab0897fec77.tar.bz2
Unsupported remote JIT on ARM
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182201 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/remote/lit.local.cfg')
-rw-r--r--test/ExecutionEngine/MCJIT/remote/lit.local.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/lit.local.cfg b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
new file mode 100644
index 0000000..12fcda0
--- /dev/null
+++ b/test/ExecutionEngine/MCJIT/remote/lit.local.cfg
@@ -0,0 +1,11 @@
+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