diff options
author | George Rimar <grimar@accesssoftek.com> | 2016-08-25 10:39:04 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2016-08-25 10:39:04 +0000 |
commit | 449cf3e44ab83c1fc05e6499de832258e9fbaae7 (patch) | |
tree | 87afcc23e3a492da70fb081986b5552c1ad12265 | |
parent | 941a692690f965281bbb79066b0d4a24a1b558db (diff) | |
download | bcm5719-llvm-449cf3e44ab83c1fc05e6499de832258e9fbaae7.tar.gz bcm5719-llvm-449cf3e44ab83c1fc05e6499de832258e9fbaae7.zip |
Removed trailing whitespace. NFC.
llvm-svn: 279729
-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">, |