llvm-project/clang/cmake/caches
Chris Bieneman bca3d933ce [CMake] Set CLANG_LINKS_TO_CREATE in Apple-stage2.cmake so that we create cc and c++ links.
llvm-svn: 248016
2015-09-18 18:11:18 +00:00
..
Apple-stage1.cmake
Apple-stage2.cmake
README.txt

README.txt

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.