Skip to content

Commit 6fd9518

Browse files
committed
Add message to display COMPILER_RT_DEFAULT_TARGET_TRIPLE value
1 parent 547e009 commit 6fd9518

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler-rt/cmake/Modules/CompilerRTUtils.cmake

+2-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ macro(construct_compiler_rt_default_triple)
367367
set(COMPILER_RT_DEFAULT_TARGET_TRIPLE ${LLVM_TARGET_TRIPLE} CACHE STRING
368368
"Default triple for which compiler-rt runtimes will be built.")
369369
endif()
370-
370+
371+
message(STATUS "COMPILER_RT_DEFAULT_TARGET_TRIPLE: ${COMPILER_RT_DEFAULT_TARGET_TRIPLE}")
371372
string(REPLACE "-" ";" LLVM_TARGET_TRIPLE_LIST ${COMPILER_RT_DEFAULT_TARGET_TRIPLE})
372373
list(GET LLVM_TARGET_TRIPLE_LIST 0 COMPILER_RT_DEFAULT_TARGET_ARCH)
373374

0 commit comments

Comments
 (0)