summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gccld/gccld.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-02 21:26:10 +0000
committerChris Lattner <sabre@nondot.org>2004-12-02 21:26:10 +0000
commit4913b65616ba1bb35035fd98552193aa5788a4a9 (patch)
treeffb0a6d3418631da885924289926eea5575d550e /llvm/tools/gccld/gccld.h
parente8ebcb33003a22ef2901d49b0a75462e5c09a287 (diff)
downloadbcm5719-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.h2
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);
OpenPOWER on IntegriCloud