[cmake darwin] Use a STATUS message type. Explain where the arches came from.

llvm-svn: 245453
This commit is contained in:
Filipe Cabecinhas 2015-08-19 16:23:19 +00:00
parent 5ab87edbb4
commit 3e96367e60
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ function(darwin_get_toolchain_supported_archs output_var)
ARCHES_MATCHED "${LINKER_VERSION}")
if(ARCHES_MATCHED)
set(ARCHES "${CMAKE_MATCH_1}")
message("Matched ARCHES: ${ARCHES}")
message(STATUS "Got ld supported ARCHES: ${ARCHES}")
string(REPLACE " " ";" ARCHES ${ARCHES})
else()
# If auto-detecting fails, fall back to a default set