diff options
author | Maurice Heumann <maurice.heumann@wibu.com> | 2023-07-14 11:56:58 -0700 |
---|---|---|
committer | Eli Friedman <efriedma@quicinc.com> | 2023-07-14 12:54:18 -0700 |
commit | d3c304fd637f1e1d9e311066a299839ace1c9344 (patch) | |
tree | 5bf1ebb1573294e44795bd9c2322bd9448b318ee /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 0af663f80da0009f6fd879cf4d41743d4c88a2db (diff) | |
download | llvm-d3c304fd637f1e1d9e311066a299839ace1c9344.zip llvm-d3c304fd637f1e1d9e311066a299839ace1c9344.tar.gz llvm-d3c304fd637f1e1d9e311066a299839ace1c9344.tar.bz2 |
[DWARF] Fix undefined behaviour in dwarf type printer
The value to be formatted here, Val, is an int64_t which cannot be
formatted using %x. This commit adjusts all misuses I was able to find
in the llvm-dwarfdump project.
Failing tests in https://reviews.llvm.org/D153800 lead to the discovery
and analysis of this issue.
Differential Revision: https://reviews.llvm.org/D155093
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions