diff options
author | Artem Belevich <tra@google.com> | 2018-10-05 18:39:58 +0000 |
---|---|---|
committer | Artem Belevich <tra@google.com> | 2018-10-05 18:39:58 +0000 |
commit | 93552b39c952959120655984ce1f437b821dff57 (patch) | |
tree | ba05f5a5dc1b00fb92706b5415db33229d832d70 /clang/lib/Basic/DiagnosticIDs.cpp | |
parent | fb43114ba25f81b3c22a8cb27c532b559100d63a (diff) | |
download | bcm5719-llvm-93552b39c952959120655984ce1f437b821dff57.tar.gz bcm5719-llvm-93552b39c952959120655984ce1f437b821dff57.zip |
[CUDA] Use all 64 bits of GUID in __nv_module_id
getGUID() returns an uint64_t and "%x" only prints 32 bits of it.
Use PRIx64 format string to print all 64 bits.
Differential Revision: https://reviews.llvm.org/D52938
llvm-svn: 343875
Diffstat (limited to 'clang/lib/Basic/DiagnosticIDs.cpp')
0 files changed, 0 insertions, 0 deletions