[CMake] Adding LLVM_CREATE_XCODE_TOOLCHAIN to the CMake documentation page.

llvm-svn: 250451
This commit is contained in:
Chris Bieneman 2015-10-15 20:12:08 +00:00
parent d34bb8a756
commit 0e4dbd1df6

View File

@ -436,6 +436,12 @@ LLVM-specific variables
If enabled then sphinx documentation warnings will be treated as
errors. Defaults to ON.
**LLVM_CREATE_XCODE_TOOLCHAIN**:BOOL
OS X Only: If enabled CMake will generate a target named
'install-xcode-toolchain'. This target will create a directory at
$CMAKE_INSTALL_PREFIX/Toolchains containing an xctoolchain directory which can
be used to override the default system tools.
Executing the test suite
========================