We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678f19f commit b207702Copy full SHA for b207702
compiler-rt/cmake/Modules/CompilerRTUtils.cmake
@@ -368,12 +368,6 @@ macro(construct_compiler_rt_default_triple)
368
"Default triple for which compiler-rt runtimes will be built.")
369
endif()
370
371
- if ("${CMAKE_C_COMPILER_ID}" MATCHES "Clang")
372
- execute_process(COMMAND ${CMAKE_C_COMPILER} --target=${COMPILER_RT_DEFAULT_TARGET_TRIPLE} -print-effective-triple
373
- OUTPUT_VARIABLE COMPILER_RT_DEFAULT_TARGET_TRIPLE
374
- OUTPUT_STRIP_TRAILING_WHITESPACE)
375
- endif()
376
-
377
string(REPLACE "-" ";" LLVM_TARGET_TRIPLE_LIST ${COMPILER_RT_DEFAULT_TARGET_TRIPLE})
378
list(GET LLVM_TARGET_TRIPLE_LIST 0 COMPILER_RT_DEFAULT_TARGET_ARCH)
379
0 commit comments