summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-12-07 16:48:07 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-12-07 16:48:07 +0000
commitbd5358342654788a100f04039aaedbe946e35482 (patch)
tree24b678136c15d843d659510f53ae13eb3fdea21b /llvm/docs/CommandGuide
parentc0fc34660b754c9e53870f0daea1f007fef7681a (diff)
downloadbcm5719-llvm-bd5358342654788a100f04039aaedbe946e35482.tar.gz
bcm5719-llvm-bd5358342654788a100f04039aaedbe946e35482.zip
Man page update.
llvm-svn: 60669
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvmc.pod12
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvmc.pod b/llvm/docs/CommandGuide/llvmc.pod
index c81031bc61a..1067de2f475 100644
--- a/llvm/docs/CommandGuide/llvmc.pod
+++ b/llvm/docs/CommandGuide/llvmc.pod
@@ -81,6 +81,10 @@ that define the following options:
=over
+=item B<-clang>
+
+Use Clang instead of llvm-gcc.
+
=item B<-I> I<directory>
Add a directory to the header file search path. This option can be
@@ -102,6 +106,14 @@ Make the output be LLVM bitcode (with B<-c>) or assembly (with B<-s>) instead
of native object (or assembly). If B<-emit-llvm> is given without either B<-c>
or B<-S> it has no effect.
+=item B<-Wa>
+
+Pass options to assembler.
+
+=item B<-Wl>
+
+Pass options to linker.
+
=back
=head1 EXIT STATUS
OpenPOWER on IntegriCloud