From: Chris Bieneman Date: Tue, 10 May 2016 16:10:22 +0000 (+0000) Subject: [CMake] Pass LLVM_LIBDIR_SUFFIX into Compiler-RT X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e11aefeb00612c92452f4ed67b2d7fac4b7745a9;p=clang [CMake] Pass LLVM_LIBDIR_SUFFIX into Compiler-RT Not passing this causes Compiler-RT to fail to configure on multi-lib systems. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269069 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt index e72847cb53..712524f226 100644 --- a/runtime/CMakeLists.txt +++ b/runtime/CMakeLists.txt @@ -82,6 +82,7 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/) -DCOMPILER_RT_INSTALL_PATH:STRING=lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION} -DCOMPILER_RT_INCLUDE_TESTS=${LLVM_INCLUDE_TESTS} -DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX} + -LLVM_LIBDIR_SUFFIX=${LLVM_LIBDIR_SUFFIX} -Dcmake_3_2_USES_TERMINAL=${cmake_3_2_USES_TERMINAL} ${COMPILER_RT_PASSTHROUGH_VARIABLES} INSTALL_COMMAND ""