[LLVMdev] Unsupported MCJIT tests on ARM?
Renato Golin
renato.golin at linaro.org
Sat May 18 12:05:42 PDT 2013
On 18 May 2013 19:51, Tim Northover <t.p.northover at gmail.com> wrote:
> If I read your summary correctly it's only failing armv5. I wouldn't
>
want to stop testing it on everything else because of an ancient box
> like that.
>
Well, if we don't care about ARMv5, then, please let's turn that bot off.
We either have a bot green or none at all.
We can selectively disable LIT tests on "armv5" or "armv7" and I've done so
before because it was clear that ARMv5 would never support things like the
old JIT. The bot is green, and if there isn't a very strong reason against
it, I'd like it to remain green. Disabling an unimplemented feature on that
hardware seems like the correct thing to do, to me.
Since that's a unit-test, you probably have access to the target triple and
it should be trivial to disable it on "armv5", maybe even *all* JIT tests,
since we'll never implement it for that architecture anyway.
Either that, or let's turn the bot off for good.
cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130518/ea72b233/attachment.html>
More information about the llvm-dev
mailing list