Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 600868 | Differences between
and this patch

Collapse All | Expand All

(-)llvm-3.9.0.src.original/tools/lldb/tools/lldb-mi/CMakeLists.txt (+1 lines)
Lines 85-90 Link Here
85
add_lldb_executable(lldb-mi ${LLDB_MI_SOURCES})
85
add_lldb_executable(lldb-mi ${LLDB_MI_SOURCES})
86
86
87
target_link_libraries(lldb-mi liblldb)
87
target_link_libraries(lldb-mi liblldb)
88
target_link_libraries(lldb-mi LLVMSupport)
88
if ( NOT CMAKE_SYSTEM_NAME MATCHES "Windows" )
89
if ( NOT CMAKE_SYSTEM_NAME MATCHES "Windows" )
89
  target_link_libraries(lldb-mi pthread)
90
  target_link_libraries(lldb-mi pthread)
90
endif ()
91
endif ()

Return to bug 600868