diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-12-12 02:34:56 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-12-12 02:34:56 +0000 |
commit | a6a9066848b5e095c064285fba2b0bc2446d4227 (patch) | |
tree | 22521652b75e9b16c7d7fdc1d04801409804c4f8 /llvm/docs/CommandGuide/llvmc.pod | |
parent | 1d248c53ab1c5f84748f508017db55fe8e0fcbff (diff) | |
download | bcm5719-llvm-a6a9066848b5e095c064285fba2b0bc2446d4227.tar.gz bcm5719-llvm-a6a9066848b5e095c064285fba2b0bc2446d4227.zip |
Man page update.
llvm-svn: 60918
Diffstat (limited to 'llvm/docs/CommandGuide/llvmc.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvmc.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvmc.pod b/llvm/docs/CommandGuide/llvmc.pod index 5938e36f27d..7bfc3d71cba 100644 --- a/llvm/docs/CommandGuide/llvmc.pod +++ b/llvm/docs/CommandGuide/llvmc.pod @@ -85,6 +85,10 @@ that define the following options: Use Clang instead of llvm-gcc. +=item B<-opt> + +Enable optimization with B<opt>. + =item B<-I> I<directory> Add a directory to the header file search path. This option can be @@ -114,6 +118,10 @@ Pass options to assembler. Pass options to linker. +=item B<-Wo> + +Pass options to opt. + =back =head1 EXIT STATUS |