diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-16 23:39:11 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2003-11-16 23:39:11 +0000 |
commit | 9c917abe9f20d6e5add10dcb6af9f48a042be057 (patch) | |
tree | fd2c494222e6ddab92aa5082673077cf959a46f0 /llvm/docs/CommandGuide/gccld.html | |
parent | 747777795f07e9d31f20ef17972df25670d410d1 (diff) | |
download | bcm5719-llvm-9c917abe9f20d6e5add10dcb6af9f48a042be057.tar.gz bcm5719-llvm-9c917abe9f20d6e5add10dcb6af9f48a042be057.zip |
Document -disable-opt option that I added.
llvm-svn: 10045
Diffstat (limited to 'llvm/docs/CommandGuide/gccld.html')
-rw-r--r-- | llvm/docs/CommandGuide/gccld.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/gccld.html b/llvm/docs/CommandGuide/gccld.html index 517caa95a15..1b90d845952 100644 --- a/llvm/docs/CommandGuide/gccld.html +++ b/llvm/docs/CommandGuide/gccld.html @@ -101,6 +101,11 @@ using the -native option. Verify each pass result. <p> + <li> -disable-opt + <br> + Disable all link-time optimization passes. + <p> + <li> -L=<directory> <br> Add directory to the list of directories to search when looking for |