Skip to content

Commit

Permalink
Re-disable MCJIT remote tests on ARM
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199309 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rengolin committed Jan 15, 2014
1 parent 7871309 commit fdd4da1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/ExecutionEngine/MCJIT/remote/lit.local.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
if 'armv4' in config.root.target_triple or \
'armv5' in config.root.target_triple:
config.unsupported = True

# This is temporary, until Remote MCJIT works on ARM
# See http://llvm.org/bugs/show_bug.cgi?id=18057
if 'armv7' in root.host_arch:
config.unsupported = False

0 comments on commit fdd4da1

Please sign in to comment.