Lines Matching full:builds
16 :doc:`CMake` pages. This page is intended for users doing more complex builds.
22 Bootstrap Builds
25 The Clang CMake build system supports bootstrap (aka multi-stage) builds. At a
26 high level a multi-stage build is a chain of builds that pass data from one
44 The clang build system refers to builds as stages. A stage1 build is a standard
49 Apple Clang Builds (A More Complex Bootstrap)
52 Apple's Clang builds are a slightly more complicated example of the simple
72 When you build the stage2-distribution target it builds the minimal stage1
73 compiler and required tools, then configures and builds the stage2 compiler
77 make later stage builds include cache scripts is common in our more advanced
84 clang generates. Our multi-stage PGO builds are a workflow for generating PGO
103 build directory. This takes a really long time because it builds clang twice,
120 multi-stage builds. It generates three stages; stage1, stage2-instrumented, and
121 stage2. Both of the stage2 builds are built using the stage1 compiler.
126 Builds a stage1 x86 compiler, runtime, and required tools (llvm-config,
164 You can perform one of these 3-stage builds with LLVM & clang using the