Home | History | Annotate | Download | only in docs

Lines Matching full:clang

3     <title>Clang Driver Manual</title>
49 <p>This document describes the Clang driver. The purpose of this
58 <p>The Clang driver is intended to be a production quality
59 compiler driver providing access to the Clang compiler and
63 <p>Although the driver is part of and driven by the Clang
65 the same goals as Clang:</p>
80 Clang by allowing users to drop Clang into a build system
85 clang on their projects.</p>
92 new uses as we grow the clang and LLVM infrastructure. As one
151 perform subtasks. On Darwin, this implies that the Clang
219 <p>The clang driver can dump the results of this
224 $ <b>clang -ccc-print-options -Xarch_i386 -fomit-frame-pointer -Wa,-fast -Ifoo -I foo t.c</b>
258 <p>The clang driver can dump the results of this
262 $ <b>clang -ccc-print-phases -x c t.c -x assembler t.s</b>
281 $ <b>clang -ccc-print-phases -c -arch i386 -arch x86_64 t0.c t1.c</b>
339 $ <b>clang -ccc-print-bindings -arch i386 -arch ppc t0.c</b>
340 # "i386-apple-darwin9" - "clang", inputs: ["t0.c"], output: "/tmp/cc-Sn4RKF.s"
350 have been bound for this compilation sequence. Here clang
420 <p>In order to match gcc very closely, the clang driver
423 this allows the clang driver to match gcc easily, it also makes
446 clang as a compiler, since the clang compiler does not support
467 clang driver.</p>
472 <p>The driver driver is fully integrated into the clang
486 <p>The upside is that the clang driver is more efficient and
493 <p>The clang driver has no direct correspondent for
508 <p>The clang driver is intended to be portable and support