<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Dec 11, 2007, at 10:12 PM, Zhou Sheng wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Chris,<br><br><div><span class="gmail_quote">2007/12/12, Chris Lattner <<a href="mailto:clattner@apple.com">clattner@apple.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> > URL: <a href="http://llvm.org/viewvc/llvm-project?rev=44910&view=rev">http://llvm.org/viewvc/llvm-project?rev=44910&view=rev</a><br>> Log:<br>> Fixed PR1629.<br>> Make lli interpreter correctly call external functions sin()/cos(), <br>> __cxa_guard_acquire() and __cxa_guard_release().<br>> #include <cmath><br>> +#include <cxxabi.h><br>> using std::vector;<br><br>hi Sheng,<br><br>What provides this non-standard header?  I don't know for sure, but I <br>bet you just made our win32 friends very unhappy.</blockquote><div><br>I added a guard (__linux__) to this for which I'm assuming linux platform will provide this header.<br>Is this OKay?<br></div></div></blockquote></div><br><div>That's fine with me.  The rest of the code in that file is already a gross hack, so this seems reasonable :)</div><div><br class="webkit-block-placeholder"></div><div>Thanks Sheng,</div><div><br class="webkit-block-placeholder"></div><div>-Chris</div></body></html>