search for: 8cexgpj7

Displaying 4 results from an estimated 4 matches for "8cexgpj7".

2013 Jan 08
4
[LLVMdev] ExecutionEngine always comes back NULL
I wrote a little OS X app to assemble some LLVM (human-readable) code and run it. Unfortunately, my ExecutionEngine won't create. Just comes back NULL. This is the code that builds it: http://pastebin.com/8cexgPj7 This is the code it seems to successfully assemble, but it can't build the ExecutionEngine. You can see I tried several different ways of building it. http://pastebin.com/tYq4kWX3 The module seems to get created properly (you can see the source and the result of mod->dump()). Is there a...
2013 Jan 08
0
[LLVMdev] ExecutionEngine always comes back NULL
...et. Cheers, Manuele Il 08/01/2013 16:08, Rick Mann ha scritto: > I wrote a little OS X app to assemble some LLVM (human-readable) code and run it. Unfortunately, my ExecutionEngine won't create. Just comes back NULL. > > This is the code that builds it: > > http://pastebin.com/8cexgPj7 > > This is the code it seems to successfully assemble, but it can't build the ExecutionEngine. You can see I tried several different ways of building it. > > http://pastebin.com/tYq4kWX3 > > The module seems to get created properly (you can see the source and the result of m...
2013 Jan 08
0
[LLVMdev] ExecutionEngine always comes back NULL
...M To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] ExecutionEngine always comes back NULL I wrote a little OS X app to assemble some LLVM (human-readable) code and run it. Unfortunately, my ExecutionEngine won't create. Just comes back NULL. This is the code that builds it: http://pastebin.com/8cexgPj7 This is the code it seems to successfully assemble, but it can't build the ExecutionEngine. You can see I tried several different ways of building it. http://pastebin.com/tYq4kWX3 The module seems to get created properly (you can see the source and the result of mod->dump()). Is there a...
2013 Jan 08
2
[LLVMdev] ExecutionEngine always comes back NULL
...Rick Mann ha scritto: >> I wrote a little OS X app to assemble some LLVM (human-readable) code >> and run it. Unfortunately, my ExecutionEngine won't create. Just >> comes back NULL. >> >> This is the code that builds it: >> >> http://pastebin.com/8cexgPj7 >> >> This is the code it seems to successfully assemble, but it can't >> build the ExecutionEngine. You can see I tried several different ways >> of building it. >> >> http://pastebin.com/tYq4kWX3 >> >> The module seems to get created prope...