Skip to content

Commit

Permalink
Re-enabling MCJIT tests on ARM
Browse files Browse the repository at this point in the history
After several refactorings on the MCJIT remote communication, things are
finally looking good on Clang-compiled LLVM regarding MCJIT remote tests,
so I'm re-enabling them to see how the self-hosting buildbot behaves over
a longer period.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200102 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
rengolin committed Jan 25, 2014
1 parent 3177a84 commit a97f49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/ExecutionEngine/MCJIT/remote/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ if 'armv4' in config.root.target_triple or \

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

0 comments on commit a97f49c

Please sign in to comment.