Lines Matching full:install
2 # Integrity Protection, prevents modifying the base OS install, even with sudo.
3 # This prevents LLVM developers on OS X from being able to easily install new
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
25 # -DCMAKE_INSTALL_PREFIX=$PWD/install
26 # ninja install-xcode-toolchain
27 # export EXTERNAL_TOOLCHAINS_DIR=$PWD/install/Toolchains
37 option(LLVM_CREATE_XCODE_TOOLCHAIN "Create a target to install LLVM into an Xcode toolchain" Off)
98 add_llvm_install_targets(install-xcode-toolchain
107 add_custom_target(install-distribution-toolchain
111 add_llvm_install_targets(install-distribution-${target}
115 add_dependencies(install-distribution-toolchain install-distribution-${target})