[all-commits] [llvm/llvm-project] ade3f1: [lldb] Fix typo in integral format specifier
Michael137 via All-commits
all-commits at lists.llvm.org
Thu Jan 12 04:09:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ade3f1ccd807b00122fdf374ce85987fee60f853
https://github.com/llvm/llvm-project/commit/ade3f1ccd807b00122fdf374ce85987fee60f853
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2023-01-12 (Thu, 12 Jan 2023)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Log Message:
-----------
[lldb] Fix typo in integral format specifier
This regressed with `e262b8f48af9fdca8380f2f079e50291956aad71`.
Two issues here:
1. `:16x` is not a valid format specifier and
we would crash when we encountered this log
(which was the case in `TestCPPAccelerator.py`)
2. The third argument was missing curly braces so
the log message itself was malformed.
More information about the All-commits
mailing list