[llvm-dev] Noob: need help with go bindings

Brian Picciano via llvm-dev llvm-dev at lists.llvm.org
Tue Jun 28 16:32:33 PDT 2016


I have the following code to generate a really basic IR:
http://gobin.io/LtdJ

And the output I get from it is: http://gobin.io/XgkH

That IR code which is dumped seems to work fine if I do llc then gcc on it,
so I'm not sure why it won't work through the engine. This is my first time
using LLVM so I'm pretty new with all of it, any help would be greatly
appreciated. Thanks!

 - Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160628/13e7a116/attachment.html>


More information about the llvm-dev mailing list