diff options
Diffstat (limited to 'lld/lib/Driver/DarwinLdOptions.td')
| -rw-r--r-- | lld/lib/Driver/DarwinLdOptions.td | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/lib/Driver/DarwinLdOptions.td b/lld/lib/Driver/DarwinLdOptions.td index 630f1e787b0..81dcc0a1d92 100644 --- a/lld/lib/Driver/DarwinLdOptions.td +++ b/lld/lib/Driver/DarwinLdOptions.td @@ -170,6 +170,9 @@ def dependency_info : Separate<["-"], "dependency_info">, HelpText<"Write binary list of files used during link">; def S : Flag<["-"], "S">, HelpText<"Remove debug information (STABS or DWARF) from the output file">; +def rpath : Separate<["-"], "rpath">, + MetaVarName<"<path>">, + HelpText<"Add path to the runpath search path list for image being created">; def t : Flag<["-"], "t">, HelpText<"Print the names of the input files as ld processes them">; |

