diff options
Diffstat (limited to 'llvm/cmake/modules/GetHostTriple.cmake')
-rw-r--r-- | llvm/cmake/modules/GetHostTriple.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/cmake/modules/GetHostTriple.cmake b/llvm/cmake/modules/GetHostTriple.cmake index 5de710c7ede..0cad1db4eff 100644 --- a/llvm/cmake/modules/GetHostTriple.cmake +++ b/llvm/cmake/modules/GetHostTriple.cmake @@ -26,5 +26,4 @@ function( get_host_triple var ) set( value ${TT_OUT} ) endif( MSVC ) set( ${var} ${value} PARENT_SCOPE ) - message(STATUS "Target triple: ${value}") endfunction( get_host_triple var ) |