diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-12-07 16:48:07 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-12-07 16:48:07 +0000 |
commit | abf6a7b6b7d23b3e77791ac9d4ac9b2c9da48225 (patch) | |
tree | 92c487324dd9b311007b7b6c5d06c9243cf777c4 | |
parent | 8fdb3170e01355295cc6f1a208ebec1f91a667f9 (diff) | |
download | external_llvm-abf6a7b6b7d23b3e77791ac9d4ac9b2c9da48225.zip external_llvm-abf6a7b6b7d23b3e77791ac9d4ac9b2c9da48225.tar.gz external_llvm-abf6a7b6b7d23b3e77791ac9d4ac9b2c9da48225.tar.bz2 |
Man page update.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60669 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/CommandGuide/llvmc.pod | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/CommandGuide/llvmc.pod b/docs/CommandGuide/llvmc.pod index c81031b..1067de2 100644 --- a/docs/CommandGuide/llvmc.pod +++ b/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 |