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

Chris Lattner clattner at apple.com
Tue Apr 12 17:36:15 PDT 2011


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?

-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110412/fa743a24/attachment.html>


More information about the llvm-commits mailing list