[llvm-commits] [llvm] r129384 - /llvm/trunk/runtime/libprofile/LineProfiling.c

Nick Lewycky nlewycky at google.com
Tue Apr 12 18:19:29 PDT 2011


On 12 April 2011 17:36, Chris Lattner <clattner at apple.com> wrote:

>
> On Apr 12, 2011, at 1:06 PM, Nick Lewycky wrote:
>
> Author: nicholas
> Date: Tue Apr 12 15:06:50 2011
> New Revision: 129384
>
> URL: http://llvm.org/viewvc/llvm-project?rev=129384&view=rev
> Log:
> Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 format
> specifier.
>
>
> Uh, I'm pretty sure that isn't more portable.  Why not just cast it to
> (unsigned long long) and print with %ull?
>

Sure why not. This is all just placeholder code anyways. Done!


>
> -Chris
>
> _______________________________________________
> 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/20110412/2b76d033/attachment.html>


More information about the llvm-commits mailing list