[lld] r247478 - Fix a copy and paste error. Sorry about that.
Rafael Espindola via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 11 14:26:42 PDT 2015
Author: rafael
Date: Fri Sep 11 16:26:42 2015
New Revision: 247478
URL: http://llvm.org/viewvc/llvm-project?rev=247478&view=rev
Log:
Fix a copy and paste error. Sorry about that.
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=247478&r1=247477&r2=247478&view=diff
==============================================================================
--- lld/trunk/ELF/Options.td (original)
+++ lld/trunk/ELF/Options.td Fri Sep 11 16:26:42 2015
@@ -11,4 +11,4 @@ def dynamic_linker : Separate<["-"], "dy
HelpText<"Which dynamic linker to use">;
def rpath : Separate<["-"], "rpath">,
- HelpText<"Which dynamic linker to use">;
+ HelpText<"Add a DT_RUNPATH to the output">;
More information about the llvm-commits
mailing list