summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2018-07-18 17:19:17 +0000
committerRui Ueyama <ruiu@google.com>2018-07-18 17:19:17 +0000
commit9b784ae75a19aea01f1ebd763bceae2ea9d26208 (patch)
treed2fd2750f91ff928bf2ccf9de2ca4a40a3362682
parent4577e9a0637ffd2f1c88c82d898d7a3c7b48733d (diff)
downloadbcm5719-llvm-9b784ae75a19aea01f1ebd763bceae2ea9d26208.tar.gz
bcm5719-llvm-9b784ae75a19aea01f1ebd763bceae2ea9d26208.zip
Fix `ld.lld --help` message.
llvm-svn: 337405
-rw-r--r--lld/ELF/Options.td4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index 7c42daafdfc..acccb795486 100644
--- a/lld/ELF/Options.td
+++ b/lld/ELF/Options.td
@@ -236,8 +236,8 @@ defm pack_dyn_relocs:
MetaVarName<"[none,android,relr,android+relr]">;
defm use_android_relr_tags: B<"use-android-relr-tags",
- "use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
- "use SHT_RELR / DT_RELR* tags (default)">;
+ "Use SHT_ANDROID_RELR / DT_ANDROID_RELR* tags instead of SHT_RELR / DT_RELR*",
+ "Use SHT_RELR / DT_RELR* tags (default)">;
defm pie: B<"pie",
"Create a position independent executable",
OpenPOWER on IntegriCloud