Lines Matching full:toolchain
6 # toolchain. Xcode toolchains are a mostly-undocumented feature that allows
10 # Setting an environment variable TOOLCHAINS to the toolchain's identifier will
11 # result in /usr/bin/<tool> or xcrun <tool> to find the tool in the toolchain.
13 # To make this work with Xcode 7.1 and later you can install the toolchain this
17 # This file generates a custom install-xcode-toolchain target which constructs
18 # and installs a toolchain with the identifier in the pattern:
19 # org.llvm.${PACKAGE_VERSION}. This toolchain can then be used to override the
26 # ninja install-xcode-toolchain
37 option(LLVM_CREATE_XCODE_TOOLCHAIN "Create a target to install LLVM into an Xcode toolchain" Off)
80 message(FATAL_ERROR "Could not identify toolchain dir")
96 add_custom_target(build-xcode-toolchain
98 add_llvm_install_targets(install-xcode-toolchain
99 DEPENDS ${LLVMToolchainDir}/Info.plist build-xcode-toolchain
107 add_custom_target(install-distribution-toolchain
115 add_dependencies(install-distribution-toolchain install-distribution-${target})