search for: m3gdb

Displaying 1 result from an estimated 1 matches for "m3gdb".

Did you mean: gdb
2017 Aug 17
3
How do set 'nest' addribute in an indirect call?
...]: Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed. My actual parameter is a load instruction, which I would expect to be a value. Its llvm type is i8*, but I don't think that is relevant. Here are some relevant debugger lines: (m3gdb) frame 7 #7 0x00000000004264fd in M3CG_LLVM__InnerCallIndirect (self=16_0000000001b30830, proc=16_0000000001a7e388, t=Void, cc=16_0000000001b07928, Nested=TRUE) at ../src/M3CG_LLVM.m3:4750 4750 LLVM.LLVMAddAttribute(actual.lVal, LLVM.NestAttribute); Current language: auto; currentl...