Displaying 1 result from an estimated 1 matches for "excptmodule".
2012 Dec 13
2
[LLVMdev] Fwd: error while linking modules with exception handling demo code
...= load i32* %bar
%read = load i32* %g
%"Code::Op::Mul" = mul i32 %"argument read1", %read
ret i32 %"Code::Op::Mul"
}
this is module Y, which is where foo2 is generated. When it is
supposed to invoke foo, i've placed
createCatchWrappedInvokeFunction(*module, *excptModule,
buildParameters.builder,
*buildParameters.getFunctionPassManager(),
*result, //result
is llvm::Function pointing to foo in module X
"inv...