[PATCH] Disable Remote MCJIT tests on ARM until further notice

Renato Golin renato.golin at linaro.org
Tue Dec 3 00:42:32 PST 2013


  Hi Tim,

  I did try for a few days to properly fix it, but the fix is turning out a lot bigger than I imagined. It's probably something rather simple, but to find out amidst such random nature, I need logs and stack traces, for which the current code gives me none. This is what I'm doing it now, and hopefully, the error checking will change to code, rather than asserts, so that we can catch bugs like these in the wild, without having to re-build LLVM.

  Furthermore, talking to Andrew, the main reason for remote MCJIT is LLDB, which we still don't have much dealings with on ARM (AFAIK), so not a high priority. But JIT in general is high priority, so I'm trying to fix it, but I don't think we should wait to add a sel-hosting build bot just because of that.

http://llvm-reviews.chandlerc.com/D2308



More information about the llvm-commits mailing list