Skip to content

Commit 754c2b2

Browse files
rebase
Created using spr 1.3.4
2 parents 1d71001 + 690dbc2 commit 754c2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/llvm-readobj/ELFDumper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6838,7 +6838,7 @@ void ELFDumper<ELFT>::printRelocatableStackSizes(
68386838
if (RelocSec->sh_type == ELF::SHT_CREL) {
68396839
reportWarning(createError(".stack_sizes (" + describe(*StackSizesELFSec) +
68406840
") has a corresponding CREL relocation "
6841-
"section, which is not currently supported."),
6841+
"section, which is not currently supported"),
68426842
FileName);
68436843
continue;
68446844
}

0 commit comments

Comments
 (0)