mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
[ELF] Update comments/diagnostics for some long options to use the canonical two-dash form
Rewrite some comments as appropriate.
This commit is contained in:
@@ -457,7 +457,7 @@ LinkerScript::computeInputSections(const InputSectionDescription *cmd,
|
||||
if (!sec->isLive() || sec->parent || seen.contains(i))
|
||||
continue;
|
||||
|
||||
// For -emit-relocs we have to ignore entries like
|
||||
// For --emit-relocs we have to ignore entries like
|
||||
// .rela.dyn : { *(.rela.data) }
|
||||
// which are common because they are in the default bfd script.
|
||||
// We do not ignore SHT_REL[A] linker-synthesized sections here because
|
||||
|
||||
Reference in New Issue
Block a user