Skip to content

Commit 4bf5623

Browse files
committed
format
1 parent 981de24 commit 4bf5623

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

llvm/lib/MC/ELFObjectWriter.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ STATISTIC(StrtabBytes, "Total size of SHT_STRTAB sections");
7171
STATISTIC(SymtabBytes, "Total size of SHT_SYMTAB sections");
7272
STATISTIC(RelocationBytes, "Total size of relocation sections");
7373
STATISTIC(DynsymBytes, "Total size of SHT_DYNSYM sections");
74-
STATISTIC(DebugBytes, "Total size of debug info sections (not including those written to .dwo)");
74+
STATISTIC(
75+
DebugBytes,
76+
"Total size of debug info sections (not including those written to .dwo)");
7577
STATISTIC(UnwindBytes, "Total size of unwind sections");
7678
STATISTIC(OtherBytes, "Total size of uncategorized sections");
7779
STATISTIC(DwoBytes, "Total size of sections written to .dwo file");

0 commit comments

Comments
 (0)