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 e973f7a commit ef86a31Copy full SHA for ef86a31
llvm/cmake/modules/GetHostTriple.cmake
@@ -55,6 +55,6 @@ function( get_host_triple var )
55
endif( NOT TT_RV EQUAL 0 )
56
set( value ${TT_OUT} )
57
endif()
58
- endif( MSVC )
+ endif()
59
set( ${var} ${value} PARENT_SCOPE )
60
endfunction( get_host_triple var )
0 commit comments