search for: ltdj

Displaying 3 results from an estimated 3 matches for "ltdj".

Did you mean: ltd
2016 Jun 28
2
Noob: need help with go bindings
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 apprecia...
2016 Jun 29
0
Noob: need help with go bindings
On Wed, 29 Jun 2016 at 00:32 Brian Picciano via llvm-dev < llvm-dev at lists.llvm.org> wrote: > 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 he...
2016 Jun 30
1
Noob: need help with go bindings
...to match. On Wed, Jun 29, 2016 at 1:35 AM Andrew Wilkins <axwalk at gmail.com> wrote: > On Wed, 29 Jun 2016 at 00:32 Brian Picciano via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> 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 ne...