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
213 Semicolon-separated list of targets to build, or *all* for building all
218 Build LLVM tools. Defaults to ON. Targets for building each tool are generated
232 Build LLVM examples. Defaults to OFF. Targets for building each example are
241 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test
348 Semicolon-separated list of projects to build, or *all* for building all
364 Enable building OProfile JIT support. Defaults to OFF.
368 can only be specified if you're building with clang.
371 Enable building support for Intel JIT Events API. Defaults to OFF.
374 Enable building with libpfm to support hardware counter measurements in LLVM
379 Enable building support for Perf (linux profiling tool) JIT support. Defaults to OFF.
382 Enable building with zlib to support compression/uncompression in LLVM tools.
386 Enable building with MSVC DIA SDK for PDB debugging support. Available
491 building the documentation as html are added (but not built by default unless
497 If enabled (and ``LLVM_ENABLE_SPHINX`` is enabled) the targets for building
523 If enabled, the target for building the libLLVM shared library is added.
539 Windows, shared libraries may be used when building with MinGW, including
540 mingw-w64, but not when building with the Microsoft toolchain.
547 If enabled and building a debug or asserts build the CMake build system will
550 especially when building LLVM in Debug configurations.
560 is enabled while building llvm.
615 On Visual Studio, you may run tests by building the project "check-all".
685 available when building LLVM with CMake.**
701 A list of preprocessor defines that should be used when building against LLVM.
808 when building with msbuild or Visual Studio. Only supported for the Visual