diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-07-22 11:18:53 -0500 |
---|---|---|
committer | Joseph Huber <huberjn@outlook.com> | 2024-07-22 11:21:22 -0500 |
commit | 6911f823ad0e1471f523205daf976c3cf6f96bfd (patch) | |
tree | 48cc10e92133691b597afb542c3d8761488a09ff /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 2c92335eb78f93271e9cefdf1f80740e286d801d (diff) | |
download | llvm-6911f823ad0e1471f523205daf976c3cf6f96bfd.zip llvm-6911f823ad0e1471f523205daf976c3cf6f96bfd.tar.gz llvm-6911f823ad0e1471f523205daf976c3cf6f96bfd.tar.bz2 |
[libc] Fix invalid format specifier in benchmark
Summary:
This value is a uint32_t but is printed as a uint64_t, leading to
invalid offsets when done on AMDGPU due to its packed format extending
past the buffer.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions