llvm-project/lldb/tools/lldb-server
Daniel Sanders 7d8e7bd7b5 [lldb-server] No need to add pthread twice.
Summary:
Following on from r247991:
pthread is in LLDB_SYSTEM_LIBS so there's no need to explicitly add it to the link.

Reviewers: labath

Subscribers: lldb-commits, labath, krytarowski

Differential Revision: http://reviews.llvm.org/D12964

llvm-svn: 248177
2015-09-21 17:23:22 +00:00
..
CMakeLists.txt [lldb-server] No need to add pthread twice. 2015-09-21 17:23:22 +00:00
LLDBServerUtilities.cpp Fix crash in lldb-server caused by an API change in LLVM 2015-09-10 11:08:41 +00:00
LLDBServerUtilities.h Make log options uniform betwwen lldb-platform and lldb-gdbserver 2015-05-27 13:34:04 +00:00
Makefile Add -lpthread to LLDB shared lib link line unconditionally 2015-06-29 21:52:45 +00:00
lldb-gdbserver.cpp Introduce a MainLoop class and switch llgs to use it 2015-07-13 10:44:55 +00:00
lldb-platform.cpp Fix temp port file path generation in lldb-platform. 2015-07-14 18:54:52 +00:00
lldb-server.cpp Make log options uniform betwwen lldb-platform and lldb-gdbserver 2015-05-27 13:34:04 +00:00
lldb-server.exports Only export public symbols with the cmake build. 2015-09-04 00:00:41 +00:00