Yuri
2010-May-29 22:01 UTC
[LLVMdev] How difficult is to fix this error: JIT does not support address-of-label yet!
I ran into this and would like to have goto-label-by-pointer feature in JIT. How difficult is this? I see that functions are stored in the global map of global values. So I would guess one needs to add another map: of all BB addresses just like the global value map. Yuri
Yuri
2010-May-30 20:32 UTC
[LLVMdev] How difficult is to fix this error: JIT does not support address-of-label yet! [patch submitted]
I just implemented this feature and here is the patch: http://llvm.org/bugs/show_bug.cgi?id=7264 Yuri
Eric Christopher
2010-May-31 01:42 UTC
[LLVMdev] How difficult is to fix this error: JIT does not support address-of-label yet! [patch submitted]
On May 30, 2010, at 1:32 PM, Yuri wrote:> I just implemented this feature and here is the patch: > http://llvm.org/bugs/show_bug.cgi?id=7264Just to follow up to the list Reid replied to this in the bug. I commented as well. -eric
Reasonably Related Threads
- [LLVMdev] How difficult is to fix this error: JIT does not support address-of-label yet!
- [LLVMdev] [patch] New feature: debug info for function memory ranges (-jit-emit-debug-function-range)
- [LLVMdev] Why -jit-emit-debug doesn't work with gdb-7.1 ?
- [LLVMdev] Why -jit-emit-debug doesn't work with gdb-7.1 ?
- [LLVMdev] Why gdb can't determine stack of code run in JIT?