commit | 3f14fb1a0b3fac070714caa82bf938c410bbe232 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Dec 02 21:26:10 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Dec 02 21:26:10 2004 +0000 |
tree | ba857791ca3f57e59361ea8b82419d23961aa998 | |
parent | e3ad43c828280cf11e8631f1a814a51a0b168016 [diff] [blame] |
Recognize --strip-all as a synonym for -s. Add -S and --strip-debug option support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18441 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/gccld/gccld.h b/tools/gccld/gccld.h index 6ac1ca0..48dcece 100644 --- a/tools/gccld/gccld.h +++ b/tools/gccld/gccld.h
@@ -22,7 +22,7 @@ int GenerateBytecode (Module * M, - bool Strip, + int StripLevel, bool Internalize, std::ostream * Out);