Skip to content

Commit 706cffa

Browse files
committed
format
1 parent 5ccd671 commit 706cffa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/tools/llvm-readobj/COFFDumper.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,8 @@ void COFFDumper::printCOFFPseudoReloc() {
21722172

21732173
Expected<StringRef> find(COFFDumper *Self, uint32_t EntryRVA) {
21742174
static constexpr char Msg[] =
2175-
"the address referenced by pseudo-relocation is not a valid import entry: 0x%x";
2175+
"the address referenced by pseudo-relocation is not a valid import "
2176+
"entry: 0x%x";
21762177
if (auto Ite = ImportedSymbols.find(EntryRVA);
21772178
Ite != ImportedSymbols.end())
21782179
return Ite->second;

0 commit comments

Comments
 (0)