mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 16:24:23 +00:00
CMake: Removed unnecessary messages from msvc_llvm_config macro.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56540 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -9,9 +9,7 @@ endmacro(llvm_config executable link_components)
|
|||||||
|
|
||||||
macro(msvc_llvm_config executable link_components)
|
macro(msvc_llvm_config executable link_components)
|
||||||
foreach(c ${link_components})
|
foreach(c ${link_components})
|
||||||
message(STATUS ${c})
|
|
||||||
if( c STREQUAL "jit" )
|
if( c STREQUAL "jit" )
|
||||||
message(STATUS "linking jit")
|
|
||||||
set_target_properties(${executable}
|
set_target_properties(${executable}
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
LINK_FLAGS "/INCLUDE:_X86TargetMachineModule")
|
LINK_FLAGS "/INCLUDE:_X86TargetMachineModule")
|
||||||
|
Reference in New Issue
Block a user