Skip to content

Commit 2cc9d47

Browse files
committed
[cmake] Pass through the cmake_3_2_USES_TERMINAL variable so we get progress bars on an external compiler-rt build
llvm-svn: 262336
1 parent a3c4f2f commit 2cc9d47

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
@@ -79,6 +79,7 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
7979
-DCOMPILER_RT_INSTALL_PATH:STRING=lib${LLVM_LIBDIR_SUFFIX}/clang/${CLANG_VERSION}
8080
-DCOMPILER_RT_INCLUDE_TESTS=${LLVM_INCLUDE_TESTS}
8181
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
82+
-Dcmake_3_2_USES_TERMINAL=${cmake_3_2_USES_TERMINAL}
8283
${COMPILER_RT_PASSTHROUGH_VARIABLES}
8384
INSTALL_COMMAND ""
8485
STEP_TARGETS configure build

0 commit comments

Comments
 (0)