From 1552d17aad5aee7ce782978fd31d80eea5379b39 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Thu, 15 Oct 2015 20:12:08 +0000 Subject: [PATCH] [CMake] Adding LLVM_CREATE_XCODE_TOOLCHAIN to the CMake documentation page. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250451 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/CMake.rst b/docs/CMake.rst index 0810bed90d4..38199e5cc58 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -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 ======================== -- 2.34.1