aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorKaelyn Uhrain <rikka@google.com>2014-01-06 23:17:27 +0000
committerKaelyn Uhrain <rikka@google.com>2014-01-06 23:17:27 +0000
commit617499fe6c57a8a9c804d8dccd9d32d80c04152a (patch)
tree0624c6ddb32a053bf71c7d6b58552812412d8b6d /clang/lib/Frontend/CompilerInvocation.cpp
parent5a7b4ca21e364193591bacd04cce59afb086d79e (diff)
downloadllvm-617499fe6c57a8a9c804d8dccd9d32d80c04152a.zip
llvm-617499fe6c57a8a9c804d8dccd9d32d80c04152a.tar.gz
llvm-617499fe6c57a8a9c804d8dccd9d32d80c04152a.tar.bz2
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 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions