diff options
author | John Criswell <criswell@uiuc.edu> | 2004-03-12 22:45:35 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-03-12 22:45:35 +0000 |
commit | 841714214ed276c9a69c471b6c85f6388e8db970 (patch) | |
tree | f8506273876ff841271ac150728defa5886216ff /docs/CommandGuide/gccld.html | |
parent | 04b75935462642641469fb264aab9f1110ce2666 (diff) |
Performed some updates on the new options to these command line tools.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/gccld.html')
-rw-r--r-- | docs/CommandGuide/gccld.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/CommandGuide/gccld.html b/docs/CommandGuide/gccld.html index be8092a7b0..c58f558136 100644 --- a/docs/CommandGuide/gccld.html +++ b/docs/CommandGuide/gccld.html @@ -114,7 +114,12 @@ using the -native option. <li> -disable-opt <br> - Disable all link-time optimization passes. + Disable all link-time optimization passes. + <p> + + <li> -disable-inlining + <br> + Do not run the inliner pass. <p> <li> -L=<directory> |