projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b833fd9
)
Fix a copy and paste error. Sorry about that.
author
Rafael Espindola
<rafael.espindola@gmail.com>
Fri, 11 Sep 2015 21:26:42 +0000
(21:26 +0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Fri, 11 Sep 2015 21:26:42 +0000
(21:26 +0000)
llvm-svn: 247478
lld/ELF/Options.td
patch
|
blob
|
history
diff --git
a/lld/ELF/Options.td
b/lld/ELF/Options.td
index
9f0d9b7
..
9ab0302
100644
(file)
--- a/
lld/ELF/Options.td
+++ b/
lld/ELF/Options.td
@@
-11,4
+11,4
@@
def dynamic_linker : Separate<["-"], "dynamic-linker">,
HelpText<"Which dynamic linker to use">;
def rpath : Separate<["-"], "rpath">,
- HelpText<"
Which dynamic linker to use
">;
+ HelpText<"
Add a DT_RUNPATH to the output
">;