mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
a97f49c147
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
9 lines
292 B
INI
9 lines
292 B
INI
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 config.root.target_triple:
|
|
# config.unsupported = True
|