llvm-project/clang/cmake/caches
Chris Bieneman b657449399 Revert "[CMake] Support a simple case for bootstrap builds to generate PGO data"
This reverts commit r256069, which was an unintentional tag along on
another commit.

llvm-svn: 256088
2015-12-19 05:47:50 +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.