[llvm-commits] Patch to fix windows 64bit build failure
Villmow, Micah
Micah.Villmow at amd.com
Fri Sep 14 10:03:14 PDT 2012
This is just two specializations of graph traits that trigger this problem and I agree size() should return size_t. However, that would cause propagation issues across a multitude of files that I don't want to deal with right now.
> -----Original Message-----
> From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-
> bounces at cs.uiuc.edu] On Behalf Of David Blaikie
> Sent: Friday, September 14, 2012 9:36 AM
> To: Micah Villmow
> Cc: llvm-commits at cs.uiuc.edu
> Subject: Re: [llvm-commits] Patch to fix windows 64bit build failure
>
> On Fri, Sep 14, 2012 at 9:01 AM, Micah Villmow <villmow at gmail.com>
> wrote:
> > This fixes an issue with compilation warning/error where unsigned and
> > size_t don't match in size on windows 64bit.
>
> Should the size functions return size_t instead?
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list