[llvm-dev] llvm::GlobalVariable usage (newbie question)

Nikodemus Siivola via llvm-dev llvm-dev at lists.llvm.org
Tue May 30 13:04:43 PDT 2017


No, thanks for the hint!


On Tue, May 30, 2017 at 10:58 PM, Tim Northover <t.p.northover at gmail.com>
wrote:

> On 30 May 2017 at 12:39, Nikodemus Siivola via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > The docs are pretty vague about this. After digging into the examples I
> got
> > the following to work with JIT to gain a pointer to variable elsewhere in
> > the runtime, but I'd like to understand what is going on here, and if
> there
> > is a, um, nicer API that I'm missing?
>
> Have you looked at Module::getOrInsertGlobal? It seems to be pretty
> much exactly what you're doing.
>
> Cheers.
>
> Tim.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170530/91478a47/attachment.html>


More information about the llvm-dev mailing list