[PATCH] Update to Cmake for VS 2013

Reid Kleckner rnk at google.com
Tue Oct 29 15:44:23 PDT 2013


We consider the equivalent warning in clang to be very high value.  I only
see one use of HUGE_VAL (through HUGE_VALF) in LiveInterval.h.  What do you
think about wrapping it in pragmas to suppress the warning locally?


On Tue, Oct 29, 2013 at 2:07 PM, Aaron Ballman <aaron at aaronballman.com>wrote:

> Visual Studio 2013 will generate a warning on any usage of HUGE_VAL
> (or similar) due to the way it is implemented.  This patch suppresses
> that warning just for VS 2013 so that we can compile cleanly again.
>
> ~Aaron
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131029/9ff5b3e2/attachment.html>


More information about the llvm-commits mailing list