Hi all, Someone please consider committing the attached patch. It fixes building recent revisions with Visual C++. (HUGE_VAL is needed by LiveInterval.cpp, and it's defined in math.h, which didn't get included for MSVC.) Cheers, Nicolas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090728/c0b11b17/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: math.patch Type: application/octet-stream Size: 648 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090728/c0b11b17/attachment.obj>
On 28-Jul-09, at 6:33 AM, Nicolas Capens wrote:> Someone please consider committing the attached patch. It fixes > building recent revisions with Visual C++. (HUGE_VAL is needed by > LiveInterval.cpp, and it’s defined in math.h, which didn’t get > included for MSVC.)Thanks Nicolas, applied. I updated the .cmake version of the file accordingly as well. Stefanus -- Stefanus Du Toit <stefanus.dutoit at rapidmind.com> RapidMind Inc. phone: +1 519 885 5455 x116 -- fax: +1 519 885 1463 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090728/1dbe3669/attachment.html>