This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2025-01-02 22:32:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b5dd6691ca
llvm-6502
/
test
/
ExecutionEngine
/
MCJIT
/
remote
/
lit.local.cfg
3 lines
69 B
INI
Raw
Normal View
History
Unescape
Escape
Disable Remote MCJIT tests on ARM The communication protocol is unstable on ARM when compiled with Clang, which is disrupting the self-hosting buildbots that are going to be added this week. I'm working on a solution, but remote MCJIT is not high-priority for ARM at the moment, so it might take a while. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196257 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-03 08:39:15 +00:00
if 'arm' in config.root.target_triple:
Disable remote MCJIT on pre-v6 ARM git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182235 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-20 07:46:06 +00:00
config.unsupported
=
True
Reference in New Issue
Copy Permalink