summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorRoman Lebedev <lebedev.ri@gmail.com>2018-08-30 09:32:09 +0000
committerRoman Lebedev <lebedev.ri@gmail.com>2018-08-30 09:32:09 +0000
commitf1ec7f83b6089046698f97bdc91caf8b976fbe05 (patch)
tree384fe24d8156a76a50d4a79ed9b3b40e4d907a98 /llvm/tools
parentd3487bdb616a546f276133a21fe2f955513f80b9 (diff)
downloadbcm5719-llvm-f1ec7f83b6089046698f97bdc91caf8b976fbe05.tar.gz
bcm5719-llvm-f1ec7f83b6089046698f97bdc91caf8b976fbe05.zip
Revert "[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURATION_TYPES"
That resulted in the check-llvm-* targets not being avaliable in the QtCreator-configured build directories. Moreover, that was a clearly non-NFC change, and i can't find any review for it. This reverts commit rL340435. llvm-svn: 341045
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/xcode-toolchain/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/xcode-toolchain/CMakeLists.txt b/llvm/tools/xcode-toolchain/CMakeLists.txt
index 6167f5f6bdd..0ae5e374fe9 100644
--- a/llvm/tools/xcode-toolchain/CMakeLists.txt
+++ b/llvm/tools/xcode-toolchain/CMakeLists.txt
@@ -100,7 +100,7 @@ add_llvm_install_targets(install-xcode-toolchain
PREFIX ${LLVMToolchainDir}/usr/)
if(LLVM_DISTRIBUTION_COMPONENTS)
- if(LLVM_ENABLE_IDE)
+ if(CMAKE_CONFIGURATION_TYPES)
message(FATAL_ERROR "LLVM_DISTRIBUTION_COMPONENTS cannot be specified with multi-configuration generators (i.e. Xcode or Visual Studio)")
endif()
OpenPOWER on IntegriCloud