summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2015-10-15 20:12:08 +0000
committerChris Bieneman <beanz@apple.com>2015-10-15 20:12:08 +0000
commit01dda1a46d43edf299a60806e0641c949cba1b8b (patch)
tree834ede2a537779071520e5e53c8e4acb32aaf05a
parent09178283c2d3013b9713121aef8115e20828070f (diff)
downloadbcm5719-llvm-01dda1a46d43edf299a60806e0641c949cba1b8b.tar.gz
bcm5719-llvm-01dda1a46d43edf299a60806e0641c949cba1b8b.zip
[CMake] Adding LLVM_CREATE_XCODE_TOOLCHAIN to the CMake documentation page.
llvm-svn: 250451
-rw-r--r--llvm/docs/CMake.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index 0810bed90d4..38199e5cc58 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/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
========================
OpenPOWER on IntegriCloud