Skip to content

Commit 129fba7

Browse files
author
Chris Bieneman
committed
[CMake] Pass LLVM_LIBDIR_SUFFIX into Compiler-RT
Not passing this causes Compiler-RT to fail to configure on multi-lib systems. llvm-svn: 269069
1 parent bfa05d1 commit 129fba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/runtime/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
8282
-DCOMPILER_RT_INSTALL_PATH:STRING=lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}
8383
-DCOMPILER_RT_INCLUDE_TESTS=${LLVM_INCLUDE_TESTS}
8484
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
85+
-LLVM_LIBDIR_SUFFIX=${LLVM_LIBDIR_SUFFIX}
8586
-Dcmake_3_2_USES_TERMINAL=${cmake_3_2_USES_TERMINAL}
8687
${COMPILER_RT_PASSTHROUGH_VARIABLES}
8788
INSTALL_COMMAND ""

0 commit comments

Comments
 (0)