aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorMaurice Heumann <maurice.heumann@wibu.com>2023-07-14 11:56:58 -0700
committerEli Friedman <efriedma@quicinc.com>2023-07-14 12:54:18 -0700
commitd3c304fd637f1e1d9e311066a299839ace1c9344 (patch)
tree5bf1ebb1573294e44795bd9c2322bd9448b318ee /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent0af663f80da0009f6fd879cf4d41743d4c88a2db (diff)
downloadllvm-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