mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-17 00:10:28 +00:00
[cmake darwin] Use a STATUS message type. Explain where the arches came from.
llvm-svn: 245453
This commit is contained in:
parent
5ab87edbb4
commit
3e96367e60
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user