Displaying 1 result from an estimated 1 matches for "nestattribute".
Did you mean:
  testattribute
  
2017 Aug 17
3
How do set 'nest' addribute in an indirect call?
....
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; currently Modula-3
(m3gdb) p M3CG_LLVM__DumpLvVal(actual.lVal)
   %load_ind13 = load i8** %load_ind_toptr12
$1 = <void>
(m3gdb) p M3CG_LLVM__LvType(actual.lVal)
$2 = 16_0000000001a78620
(m3gdb) p M3CG_LLVM__DumpLvType($2)
i8*
$3 = <void>
(m3gdb)
-- 
Rodney B...