search for: tyq4kwx3

Displaying 4 results from an estimated 4 matches for "tyq4kwx3".

2013 Jan 08
4
[LLVMdev] ExecutionEngine always comes back NULL
...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 dylib that I need to include that has some init code that's otherwise not invoked? How can I tell why my ExecutionEngine didn't create? Is there an error code somewhere? I based...
2013 Jan 08
0
[LLVMdev] ExecutionEngine always comes back NULL
...ust 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 dylib that I need to include that has some init code that's otherwise not invoked? How can I tell why my ExecutionEngine didn't create? Is there an error code s...
2013 Jan 08
0
[LLVMdev] ExecutionEngine always comes back NULL
...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 dylib that I need to include that has some init code that's otherwise not invoked? How can I tell why my ExecutionEngine didn't create? Is there an error code somewhere? I based...
2013 Jan 08
2
[LLVMdev] ExecutionEngine always comes back NULL
...at 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 dylib that I need to include that has some init code >> that's otherwise not invoked? How can I tell why my ExecutionEngine >&g...