blob: 55e5e159db139ac0a2d3314e1f13894b783a76cf [file] [log] [blame]
CMake Caches
============
This directory contains CMake cache scripts that pre-populate the CMakeCache in
a build directory with commonly used settings.
The first two cache files in the directory are used by Apple to build the clang
distribution packaged with Xcode. You can use the caches with the following
CMake invocation:
cmake -G <build system>
-C <path to llvm>/tools/clang/cmake/caches/Apple-stage1.cmake
-DCMAKE_BUILD_TYPE=Release
[-DCMAKE_INSTALL_PREFIX=<install path>]
<path to llvm>
Building the `bootstrap` target from this generation will build clang, and
`bootstrap-install` will install it.