diff options
-rw-r--r-- | lld/ELF/Options.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td index 0d4738d3df8..b7be00aefa1 100644 --- a/lld/ELF/Options.td +++ b/lld/ELF/Options.td @@ -121,7 +121,7 @@ def o: JoinedOrSeparate<["-"], "o">, MetaVarName<"<path>">, def oformat: Separate<["--"], "oformat">, MetaVarName<"<format>">, HelpText<"Specify the binary format for the output object file">; - + def pie: F<"pie">, HelpText<"Create a position independent executable">; def print_gc_sections: F<"print-gc-sections">, |