Home | History | Annotate | Download | only in docs

Lines Matching full:clang

11 This document describes the Clang driver. The purpose of this document
18 The Clang driver is intended to be a production quality compiler driver
19 providing access to the Clang compiler and tools, with a command line
22 Although the driver is part of and driven by the Clang project, it is
23 logically a separate tool which shares many of the same goals as Clang:
31 The number one goal of the driver is to ease the adoption of Clang by
32 allowing users to drop Clang into a build system which was designed to
36 quickly test clang on their projects.
42 as we grow the clang and LLVM infrastructure. As one example, the driver
86 Darwin, this implies that the Clang driver also subsumes the gcc
140 The clang driver can dump the results of this stage using the
146 $ clang -### -Xarch_i386 -fomit-frame-pointer -Wa,-fast -Ifoo -I foo t.c
174 The clang driver can dump the results of this stage using the
179 $ clang -ccc-print-phases -x c t.c -x assembler t.s
199 $ clang -ccc-print-phases -c -arch i386 -arch x86_64 t0.c t1.c
251 $ clang -ccc-print-bindings -arch i386 -arch ppc t0.c
252 # "i386-apple-darwin9" - "clang", inputs: ["t0.c"], output: "/tmp/cc-Sn4RKF.s"
261 bound for this compilation sequence. Here clang is being used to
320 In order to match gcc very closely, the clang driver currently allows
322 a new ArgList data structure). Although this allows the clang driver to
345 using clang as a compiler, since the clang compiler does not support
364 overview of how things from the gcc driver map to the clang driver.
368 The driver driver is fully integrated into the clang driver. The
379 The upside is that the clang driver is more efficient and does little
385 The clang driver has no direct correspondent for "specs". The
397 The clang driver is intended to be portable and support complex