forked from OSchip/llvm-project
[llvm-objcopy][llvm-strip] Fix help text typo for --allow-broken-links
llvm-svn: 364307
This commit is contained in:
parent
b96d9d8bda
commit
083d949036
|
@ -13,7 +13,7 @@ def h : Flag<["-"], "h">, Alias<help>;
|
|||
def allow_broken_links
|
||||
: Flag<["--"], "allow-broken-links">,
|
||||
HelpText<"Allow llvm-objcopy to remove sections even if it would leave "
|
||||
"invalid section references. The appropriate sh_link fields"
|
||||
"invalid section references. The appropriate sh_link fields "
|
||||
"will be set to zero.">;
|
||||
|
||||
defm binary_architecture
|
||||
|
|
|
@ -13,7 +13,7 @@ def h : Flag<["-"], "h">, Alias<help>;
|
|||
def allow_broken_links
|
||||
: Flag<["--"], "allow-broken-links">,
|
||||
HelpText<"Allow llvm-strip to remove sections even if it would leave "
|
||||
"invalid section references. The appropriate sh_link fields"
|
||||
"invalid section references. The appropriate sh_link fields "
|
||||
"will be set to zero.">;
|
||||
|
||||
def enable_deterministic_archives
|
||||
|
|
Loading…
Reference in New Issue