[LLVMdev] Integrating LLVM in an existing project
Nicolas Geoffray
nicolas.geoffray at lip6.fr
Thu Apr 5 07:33:06 PDT 2007
Hi Reid
Reid Spencer wrote:
>
> Interesting project. I wish you could talk about it at the Developer's
> Meeting (http://llvm.org/DevMtgMay2007.html :)
>
>
I wish I could! Unfortunately there is very little chance I get the
fundings to
go to the US in May.
>
> I have signed up to implemented this (PR1269) just as Chris' note
> states. HLVM needs it for much the same reason that VVM does. I hope to
> address this in late April. I'm not sure if it will make it into the 2.0
> release (if it does, it will be close).
>
That's great news! I'll look at the PR to see if I can help.
>> 2) The llvm.dbg.stoppoint: how far is it actually implemented?
>>
>
> So, the question really is, how do you want to use this in the JIT?
>
>
Didn't see that one coming :) Maybe I want to use it like I want to use
basic blocs for getting addresses of instructions. My only concern is to
be sure that a
list of instruction is generated between one label and one other, and to
know the
addresses of these labels.
Thanks Reid!
Best,
Nicolas
More information about the llvm-dev
mailing list