search for: executablecodemodul

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

Did you mean: executablecodemodule
2012 Dec 13
2
[LLVMdev] Fwd: error while linking modules with exception handling demo code
...e to handle exceptions correctly) i incorporated a third module that has defined exception-handling code that i've taken from the ExceptionDemo sample. First i'll post the module dump, the failed assertion and then i'll explain a bit about how do i generate the code: this is the module ExecutableCodeModule dump, which is the module that is used by the ExecutionEngine (not using new MCJIT, but it is not relevant for this question, since the error happens during linkage). It contains definitions from the ExceptionDemo sample AND the foo function of module X already linked (modules are being linked wi...