search for: myappend

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

2014 Sep 01
2
[LLVMdev] Problem linking and JITing code through C++-API
...vm-link, and then run it with lli, everything works perfectly. But if I try to perform the linking and running steps in my main program, I get this error during llvm::ExecutionEngine::getPointerToFunction: Stack dump: 0. Running pass 'X86 Machine Code Emitter' on function '@.step.myappend' 1. Running pass 'X86 Machine Code Emitter' on function '@.step.myappend' Segmentation fault (core dumped) There are no other messages. Any idea what I'm doing wrong? I'll copy the source of my main C++ file and the bitcode for .step.myappend below. I can send t...
2014 Sep 02
2
[LLVMdev] Problem linking and JITing code through C++-API
...everything works perfectly. But if I try to > perform the linking and running steps in my main program, I get this > error during llvm::ExecutionEngine::getPointerToFunction: > > Stack dump: > > 0. Running pass 'X86 Machine Code Emitter' on function > '@.step.myappend' > > 1. Running pass 'X86 Machine Code Emitter' on function > '@.step.myappend' > > Segmentation fault (core dumped) > > There are no other messages. Any idea what I'm doing wrong? I'll copy > the source of my main C++ file and the bitcode...
2014 Sep 08
2
[LLVMdev] Problem linking and JITing code through C++-API
...f I try to > > perform the linking and running steps in my main program, I get this > > error during llvm::ExecutionEngine::getPointerToFunction: > > > > Stack dump: > > > > 0. Running pass 'X86 Machine Code Emitter' on function > > '@.step.myappend' > > > > 1. Running pass 'X86 Machine Code Emitter' on function > > '@.step.myappend' > > > > Segmentation fault (core dumped) > > > > There are no other messages. Any idea what I'm doing wrong? I'll copy > > the sou...