Lines Matching full:building
2 Building LLVM with CMake
13 (GNU make, Visual Studio, etc.) for building LLVM.
42 #. Create a build directory. Building LLVM in the source
58 generate the files required for building LLVM. CMake will use default values
83 #. After LLVM has finished building, install it from the build directory:
138 for building with NMake. By default, CMake chooses the most specific generator
211 Semicolon-separated list of targets to build, or *all* for building all
216 Build LLVM tools. Defaults to ON. Targets for building each tool are generated
226 Build LLVM examples. Defaults to OFF. Targets for building each example are
235 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test
348 Enable building OProfile JIT support. Defaults to OFF.
352 can only be specified if you're building with clang.
355 Enable building support for Intel JIT Events API. Defaults to OFF.
358 Enable building with zlib to support compression/uncompression in LLVM tools.
444 building the documentation as html are added (but not built by default unless
450 If enabled (and ``LLVM_ENABLE_SPHINX`` is enabled) the targets for building
466 If enabled, the target for building the libLLVM shared library is added.
482 Windows, shared libraries may be used when building with MinGW, including
483 mingw-w64, but not when building with the Microsoft toolchain.
490 If enabled and building a debug or asserts build the CMake build system will
493 especially when building LLVM in Debug configurations.
540 On Visual Studio, you may run tests by building the project "check-all".
610 available when building LLVM with CMake.**
626 A list of preprocessor defines that should be used when building against LLVM.
733 when building with msbuild or Visual Studio. Only supported for the Visual