Hello everyone:<br><br>        I have a little question about the second argument <em>action</em> of verifyFunction.<br>        <br>        In docs:<br><br><dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellpadding="0" cellspacing="2">

<tbody><tr><td valign="top"><em>AbortProcessAction</em> </td><td>
<p>verifyModule will print to stderr and abort() </p>
</td></tr>
<tr><td valign="top"><em>PrintMessageAction</em> </td><td>
<p>verifyModule will print to stderr and return true </p>
</td></tr>
<tr><td valign="top"><em>ReturnStatusAction</em> </td><td>
<p>verifyModule will just return true </p></td></tr></tbody></table></dd></dl><br>       But it still abort when I pass PrintMessageAction/ReturnStatusAction to function. <br><br>Log:<br>       Basic Block in function 'jitmain' does not have terminator!<br>
       label %load_store<br>       LLVM ERROR: Broken module, no Basic Block terminator!<br><br>       <br>       Is there something wrong?<br><br><br>Best regards,<br>-myesis<br>