We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547e009 commit 6fd9518Copy full SHA for 6fd9518
compiler-rt/cmake/Modules/CompilerRTUtils.cmake
@@ -367,7 +367,8 @@ macro(construct_compiler_rt_default_triple)
367
set(COMPILER_RT_DEFAULT_TARGET_TRIPLE ${LLVM_TARGET_TRIPLE} CACHE STRING
368
"Default triple for which compiler-rt runtimes will be built.")
369
endif()
370
-
+
371
+ message(STATUS "COMPILER_RT_DEFAULT_TARGET_TRIPLE: ${COMPILER_RT_DEFAULT_TARGET_TRIPLE}")
372
string(REPLACE "-" ";" LLVM_TARGET_TRIPLE_LIST ${COMPILER_RT_DEFAULT_TARGET_TRIPLE})
373
list(GET LLVM_TARGET_TRIPLE_LIST 0 COMPILER_RT_DEFAULT_TARGET_ARCH)
374
0 commit comments