[lld] r337405 - Fix `ld.lld --help` message.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 18 10:19:17 PDT 2018


Author: ruiu
Date: Wed Jul 18 10:19:17 2018
New Revision: 337405

URL: http://llvm.org/viewvc/llvm-project?rev=337405&view=rev
Log:
Fix `ld.lld --help` message.

Modified:
    lld/trunk/ELF/Options.td

Modified: lld/trunk/ELF/Options.td
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Options.td?rev=337405&r1=337404&r2=337405&view=diff
==============================================================================
--- lld/trunk/ELF/Options.td (original)
+++ lld/trunk/ELF/Options.td Wed Jul 18 10:19:17 2018
@@ -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",




More information about the llvm-commits mailing list