mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:40:38 +00:00
CMake: Removed unnecessary messages from msvc_llvm_config macro.
llvm-svn: 56540
This commit is contained in:
parent
bc29bec7f8
commit
ef81077c17
@ -9,9 +9,7 @@ endmacro(llvm_config executable link_components)
|
||||
|
||||
macro(msvc_llvm_config executable link_components)
|
||||
foreach(c ${link_components})
|
||||
message(STATUS ${c})
|
||||
if( c STREQUAL "jit" )
|
||||
message(STATUS "linking jit")
|
||||
set_target_properties(${executable}
|
||||
PROPERTIES
|
||||
LINK_FLAGS "/INCLUDE:_X86TargetMachineModule")
|
||||
|
Loading…
Reference in New Issue
Block a user