Displaying 2 results from an estimated 2 matches for "0a3854bd".
2013 May 18
0
[LLVMdev] Unsupported MCJIT tests on ARM?
...9;m assuming it was something enabled by
that. It could be a dormant, unrelated bug to his patch, but it was
certainly activated by it.
cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130518/0a3854bd/attachment.html>
2013 May 18
2
[LLVMdev] Unsupported MCJIT tests on ARM?
On 18 May 2013 09:56, Tim Northover <t.p.northover at gmail.com> wrote:
> According to Amara that assertion was a bit of paranoia so we'd know
> if someone tried emitting .rel relocations and sending the result
> through MCJIT. However, now we routinely re-relocate using explicit
> addends so as he says it can probably just be removed.
>
Hi Tim,
Sorry, I saw that thread