diff options
author | Rui Ueyama <ruiu@google.com> | 2015-11-13 18:56:07 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2015-11-13 18:56:07 +0000 |
commit | 1d37e60dc5a703bf6c7ed2330846e28175dc7b2c (patch) | |
tree | 8ec05391e053e8797398d5a64ce302fafe85b628 | |
parent | 19d4fa26fced0794d9be398efb0575618fbd5e6d (diff) | |
download | bcm5719-llvm-1d37e60dc5a703bf6c7ed2330846e28175dc7b2c.tar.gz bcm5719-llvm-1d37e60dc5a703bf6c7ed2330846e28175dc7b2c.zip |
ELF2: Make comment less opinionated.
llvm-svn: 253058
-rw-r--r-- | lld/ELF/Options.td | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index 0a02cf602f3..1914c658ffd 100644 --- a/lld/ELF/Options.td +++ b/lld/ELF/Options.td @@ -133,9 +133,9 @@ def alias_script_T : Separate<["-"], "T">, Alias<script>; def alias_strip_all: Flag<["-"], "s">, Alias<strip_all>; def alias_undefined_u : Separate<["-"], "u">, Alias<undefined>; -// Our symbol resolution algorithm handles symbols in archive files better +// Our symbol resolution algorithm handles symbols in archive files differently // than traditional linkers, so we don't need --start-group and --end-group. -// These options are recongized but ignored for compatibility. +// These options are recongized for compatibility but ignored. def end_group : Flag<["--"], "end-group">; def end_group_paren: Flag<["-"], ")">; def start_group : Flag<["--"], "start-group">; |