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 5e4c4ab commit 8512a52Copy full SHA for 8512a52
llvm/cmake/modules/GetHostTriple.cmake
@@ -2,6 +2,8 @@
2
# Invokes config.guess
3
4
function( get_host_triple var )
5
+message("CMAKE_HOST_SYSTEM_PROCESSOR ${CMAKE_HOST_SYSTEM_PROCESSOR}")
6
+message("CMAKE_SIZEOF_VOID_P ${CMAKE_SIZEOF_VOID_P}")
7
if( MSVC OR CMAKE_CXX_SIMULATE_ID STREQUAL "MSVC")
8
if( CMAKE_C_COMPILER_ARCHITECTURE_ID MATCHES "ARM64.*" )
9
set( value "aarch64-pc-windows-msvc" )
0 commit comments