summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2015-08-19 16:23:19 +0000
committerFilipe Cabecinhas <me@filcab.net>2015-08-19 16:23:19 +0000
commitd5e075d3552c08769d2143e0453d9b3b5c9c0b68 (patch)
tree5c587c1106a88711dd24356cfea1c31954c13be3 /cmake
parent2ea5239782e8ae8f8279378ec9e5d1a1fcb7533e (diff)
[cmake darwin] Use a STATUS message type. Explain where the arches came from.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@245453 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/CompilerRTDarwinUtils.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/CompilerRTDarwinUtils.cmake b/cmake/Modules/CompilerRTDarwinUtils.cmake
index 36191f463..8f92f482d 100644
--- a/cmake/Modules/CompilerRTDarwinUtils.cmake
+++ b/cmake/Modules/CompilerRTDarwinUtils.cmake
@@ -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