On Dec 11, 2007, at 10:12 PM, Zhou Sheng wrote:
Hi Chris,
2007/12/12, Chris Lattner <[EMAIL PROTECTED]>:
> URL: http://llvm.org/viewvc/llvm-project?rev=44910&view=rev
> Log:
> Fixed PR1629.
> Make lli interpreter correctly call external functions sin()/cos(),
> __cxa_guard_acquire() and __cxa_guard_release().
> #include <cmath>
> +#include <cxxabi.h>
> using std::vector;
hi Sheng,
What provides this non-standard header? I don't know for sure, but I
bet you just made our win32 friends very unhappy.
I added a guard (__linux__) to this for which I'm assuming linux
platform will provide this header.
Is this OKay?
That's fine with me. The rest of the code in that file is already a
gross hack, so this seems reasonable :)
Thanks Sheng,
-Chris
_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits