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 | 99fe6ba1bf4381a32707d26857b308b8dcc61a94 (patch) | |
tree | 4df584066644b94c42e3f81caa39eaf17adb7c57 /docs | |
parent | 1c0b6982d28c910e7555d2c7a98f745f5d701827 (diff) | |
download | external_llvm-99fe6ba1bf4381a32707d26857b308b8dcc61a94.zip external_llvm-99fe6ba1bf4381a32707d26857b308b8dcc61a94.tar.gz external_llvm-99fe6ba1bf4381a32707d26857b308b8dcc61a94.tar.bz2 |
Document -disable-opt option that I added.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10045 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/gccld.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CommandGuide/gccld.html b/docs/CommandGuide/gccld.html index 517caa9..1b90d84 100644 --- a/docs/CommandGuide/gccld.html +++ b/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 |