diff options
Diffstat (limited to 'llvm/docs/CommandGuide/gccld.html')
-rw-r--r-- | llvm/docs/CommandGuide/gccld.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/gccld.html b/llvm/docs/CommandGuide/gccld.html index be8092a7b03..c58f5581369 100644 --- a/llvm/docs/CommandGuide/gccld.html +++ b/llvm/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> |