[llvm] r250451 - [CMake] Adding LLVM_CREATE_XCODE_TOOLCHAIN to the CMake documentation page.

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 15 13:12:08 PDT 2015


Author: cbieneman
Date: Thu Oct 15 15:12:08 2015
New Revision: 250451

URL: http://llvm.org/viewvc/llvm-project?rev=250451&view=rev
Log:
[CMake] Adding LLVM_CREATE_XCODE_TOOLCHAIN to the CMake documentation page.

Modified:
    llvm/trunk/docs/CMake.rst

Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=250451&r1=250450&r2=250451&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Thu Oct 15 15:12:08 2015
@@ -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
 ========================
 




More information about the llvm-commits mailing list