[Lldb-commits] [PATCH] Change LLGS to statically link with libraries

Andy Chien achien at blueshiftinc.com
Fri Oct 31 12:24:03 PDT 2014


Hi tfiala, vharron,

This changes LLGS to statically link with libraries instead of relying on the LLDB shared library. The thought is that we don't want to have library dependency when LLGS is running on a remote platform such as mobile device.

I moved library dependencies for LLDB into a new cmake file that can be shared with LLGS' cmake file.

http://reviews.llvm.org/D6060

Files:
  cmake/LLDBDependencies.cmake
  source/CMakeLists.txt
  tools/lldb-gdbserver/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6060.15637.patch
Type: text/x-patch
Size: 11069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20141031/f93f865f/attachment.bin>


More information about the lldb-commits mailing list