diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-12-02 21:26:10 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-12-02 21:26:10 +0000 |
| commit | 4913b65616ba1bb35035fd98552193aa5788a4a9 (patch) | |
| tree | ffb0a6d3418631da885924289926eea5575d550e /llvm/tools/gccld/gccld.h | |
| parent | e8ebcb33003a22ef2901d49b0a75462e5c09a287 (diff) | |
| download | bcm5719-llvm-4913b65616ba1bb35035fd98552193aa5788a4a9.tar.gz bcm5719-llvm-4913b65616ba1bb35035fd98552193aa5788a4a9.zip | |
Recognize --strip-all as a synonym for -s.
Add -S and --strip-debug option support.
llvm-svn: 18441
Diffstat (limited to 'llvm/tools/gccld/gccld.h')
| -rw-r--r-- | llvm/tools/gccld/gccld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gccld/gccld.h b/llvm/tools/gccld/gccld.h index 6ac1ca00a85..48dcecee28d 100644 --- a/llvm/tools/gccld/gccld.h +++ b/llvm/tools/gccld/gccld.h @@ -22,7 +22,7 @@ namespace llvm { int GenerateBytecode (Module * M, - bool Strip, + int StripLevel, bool Internalize, std::ostream * Out); |

