aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CommandGuide/llvmc.pod
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-12-12 02:34:56 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-12-12 02:34:56 +0000
commit2760def1020a2d065e88e103a1b45e0c98b30d69 (patch)
tree44e59b59efd669dce04eefd5e645690b0b81a835 /docs/CommandGuide/llvmc.pod
parent83edba507f0682691a5b82dd07f877ea0dbeddc0 (diff)
downloadexternal_llvm-2760def1020a2d065e88e103a1b45e0c98b30d69.zip
external_llvm-2760def1020a2d065e88e103a1b45e0c98b30d69.tar.gz
external_llvm-2760def1020a2d065e88e103a1b45e0c98b30d69.tar.bz2
Man page update.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60918 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvmc.pod')
-rw-r--r--docs/CommandGuide/llvmc.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod
index 5938e36..7bfc3d7 100644
--- a/docs/CommandGuide/llvmc.pod
+++ b/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