Lines Matching refs:build
12 # Top-Level LLVM Build Stages:
13 # 1. Build lib/Support and lib/TableGen, which are used by utils (tblgen).
14 # 2. Build utils, which is used by VMCore.
15 # 3. Build VMCore, which builds the Intrinsics.inc file used by libs.
16 # 4. Build libs, which are needed by llvm-config.
17 # 5. Build llvm-config, which determines inter-lib dependencies for tools.
18 # 6. Build tools, runtime, docs.
21 # be build for the build system first.
24 # "llvmCore", then this is an "Apple-style" build; search for
26 # normal build.
27 ifneq ($(findstring llvmCore, $(RC_ProjectName)),llvmCore) # Normal build (not "Apple-style").
96 # Don't build unittests when ONLY_TOOLS is set.
101 # If we're cross-compiling, build the build-hosted tools first
103 all:: cross-compile-build-tools
108 cross-compile-build-tools:
114 $(PROJ_SRC_DIR)/configure --build=$(BUILD_TRIPLE) \
207 $(Echo) '*****' Completed $(BuildMode) Build
209 $(Echo) '*****' Note: Debug build can be 10 times slower than an
210 $(Echo) '*****' optimized build. Use 'make ENABLE_OPTIMIZED=1' to
211 $(Echo) '*****' make an optimized build. Alternatively you can
237 build-for-llvm-top:
264 # In an Apple-style build, once configuration is done, lines marked