We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694df28 commit 9b7c6ecCopy full SHA for 9b7c6ec
llvm/tools/llvm-readobj/ELFDumper.cpp
@@ -6838,7 +6838,7 @@ void ELFDumper<ELFT>::printRelocatableStackSizes(
6838
if (RelocSec->sh_type == ELF::SHT_CREL) {
6839
reportWarning(createError(".stack_sizes (" + describe(*StackSizesELFSec) +
6840
") has a corresponding CREL relocation "
6841
- "section, which is not currently supported."),
+ "section, which is not currently supported"),
6842
FileName);
6843
continue;
6844
}
0 commit comments