search for: olkhovskiy

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

Did you mean: kolkhovskiy
2013 Sep 22
0
[LLVMdev] Bad permissions for mapped region
I managed to make it work by cloning code from lli and making my own cpp wrapper. 2013/9/22 Konstantin Olkhovskiy <lupus at oxnull.net> > Hi List, > > I'm trying to upgrade our llvm-c based compiler from JIT to MCJIT. > While trying to do so I encountered several problems. Looks like C > API does not have proper functions to intialize LLVM with MCJIT. > I ended up wrapping the foll...
2013 Sep 22
2
[LLVMdev] Bad permissions for mapped region
Hi List, I'm trying to upgrade our llvm-c based compiler from JIT to MCJIT. While trying to do so I encountered several problems. Looks like C API does not have proper functions to intialize LLVM with MCJIT. I ended up wrapping the following functions in my own init routine. LLVMInitializeX86TargetInfo(); LLVMInitializeX86Target(); LLVMInitializeX86TargetMC(); LLVMInitializeX86AsmPrinter();
2013 Sep 22
1
[LLVMdev] DebugIR pass fails with an assert
.../sysv/linux/raise.c:64 #1 0x00007ffff3fe7b8b in __GI_abort () at abort.c:91 #2 0x00007ffff3fdd0ee in __assert_fail_base (fmt=<optimized out>, assertion=0x7fffef586208 "!isLiteral() && \"Literal structs never have names\"", file=0x7fffef585fb0 "/home/kolkhovskiy/3rdparty/llvm/lib/IR/Type.cpp", line=<optimized out>, function=<optimized out>) at assert.c:94 #3 0x00007ffff3fdd192 in __GI___assert_fail ( assertion=0x7fffef586208 "!isLiteral() && \"Literal structs never have names\"", file=0x7fffef585fb0...