diff options
author | Kaelyn Uhrain <rikka@google.com> | 2014-01-06 23:17:27 +0000 |
---|---|---|
committer | Kaelyn Uhrain <rikka@google.com> | 2014-01-06 23:17:27 +0000 |
commit | 617499fe6c57a8a9c804d8dccd9d32d80c04152a (patch) | |
tree | 0624c6ddb32a053bf71c7d6b58552812412d8b6d /llvm/lib | |
parent | 5a7b4ca21e364193591bacd04cce59afb086d79e (diff) | |
download | bcm5719-llvm-617499fe6c57a8a9c804d8dccd9d32d80c04152a.tar.gz bcm5719-llvm-617499fe6c57a8a9c804d8dccd9d32d80c04152a.zip |
Use the PRIu64 macro for printing a uint64_t.
Otherwise on (some) 64-bit systems, -Wformat will trigger a warning
because uint64_t is an 'unsigned long' not an 'unsigned long long'.
Consequently, PGOProfiling.c would fail to build if -Werror and
-Wformat are both enabled.
llvm-svn: 198644
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions