Home | History | Annotate | Download | only in caches

Lines Matching full:cmake

0 CMake Caches
4 This directory contains CMake cache scripts that pre-populate the CMakeCache in
7 You can use the caches files with the following CMake invocation:
9 cmake -G <build system>
11 [additional CMake options (i.e. -DCMAKE_INSTALL_PREFIX=<install path>)]
31 The PGO CMake cache can be used to generate a multi-stage instrumented compiler.
32 You can configure your build directory with the following invocation of CMake:
34 cmake -G <generator> -C <path_to_clang>/cmake/caches/PGO.cmake <source dir>
67 using the following CMake command:
69 cmake -C <path to clang>/cmake/caches/3-stage.cmake -G Ninja <path to llvm>