[LLVMdev] TLS with MCJIT (an experimental patch)

David Chisnall David.Chisnall at cl.cam.ac.uk
Wed May 22 06:37:11 PDT 2013


On 22 May 2013, at 14:28, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:

>  I wouldn't be surprised if
> these relocations are not implemented yet, but that should be all that
> is needed to get tls working.

That was, indeed, where this discussion started.  Andrew's suggestion was to use the small code model, in the hope that this would fix some things.  The lack of support for these relocations is what is stopping my code from working with MCJIT, and your removal of EH is stopping it working with the legacy JIT.

David





More information about the llvm-dev mailing list