[Lldb-commits] [PATCH] D141624: [fix] Change formatting to use llvm::formatv Summary:
Alexander Yermolovich via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jan 12 11:11:31 PST 2023
ayermolo created this revision.
Herald added a reviewer: shafik.
Herald added subscribers: hoy, modimo, wenlei.
Herald added a project: All.
ayermolo requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Missed one formating that was reversed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D141624
Files:
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
===================================================================
--- lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
+++ lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
@@ -677,7 +677,7 @@
if (log)
dwarf->GetObjectFile()->GetModule()->LogMessage(
log,
- "SymbolFileDWARF::ParseType (die = {0:16x}) {1} '{2}' "
+ "SymbolFileDWARF::ParseType (die = {0:x16}) {1} '{2}' "
"is Objective-C 'id' built-in type.",
die.GetOffset(), die.GetTagAsCString(), die.GetName());
clang_type = m_ast.GetBasicType(eBasicTypeObjCID);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141624.488723.patch
Type: text/x-patch
Size: 726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230112/2459b545/attachment-0001.bin>
More information about the lldb-commits
mailing list