manpagez: man pages & more
man llvm-gcc(1)
Home | html | info | man
llvm-gcc(1)               BSD General Commands Manual              llvm-gcc(1)


NAME

     llvm-gcc


SYNOPSIS

     llvm-gcc  [-c|-S|-E] [-std=standard]
               [-g] [-pg] [-Olevel]
               [-Wwarn...] [-pedantic]
               [-Idir...] [-Ldir...]
               [-Dmacro[=defn]...] [-Umacro]
               [-foption...] [-mmachine-option...]
               [-o outfile] infile...

     llvm-g++  [-c|-S|-E] [-std=standard]
               [-g] [-pg] [-Olevel]
               [-Wwarn...] [-pedantic]
               [-Idir...] [-Ldir...]
               [-Dmacro[=defn]...] [-Umacro]
               [-foption...] [-mmachine-option...]
               [-o outfile] infile...


DESCRIPTION

     llvm-gcc is a C, C++, Objective-C and Objective-C++ compiler. llvm-g++ is
     a compiler driver for C++. llvm-gcc uses gcc front-end and gcc's command
     line interface. Consult the cc(1) man page for command line options sup-
     ported by llvm-gcc. Only selected LLVM specific options are listed here.

     -O       Unlike gcc, -O means -O2 instead of -O1.


SEE ALSO

     cc(1,) ld(1)

Darwin                         December 11, 2008                        Darwin

Mac OS X 10.8 - Generated Mon Aug 20 07:24:29 CDT 2012
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.