<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<br><div><div>On Nov 8, 2006, at 3:47 PM, Warren Armstrong wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">2. How do you go about hooking LLVM into the NAG compiler?<span class="Apple-converted-space">  </span>Does</font></p> <p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">it emit an IR that LLVM recognises?</font></p> </blockquote></div><br><div>NAG compiler does not emit LLVM IR. However you can take longer </div><div>route. NAG compiler emits 'c' code that you can feed into llvm-gcc. </div><div>I have not tried this myself :)</div><div><br class="webkit-block-placeholder"></div><div>-</div><div>Devang</div></body></html>