[Lldb-commits] [PATCH] lldb-platform - switch to static linking (like lldb-gdbserver)
Zachary Turner
zturner at google.com
Wed Jan 7 13:46:56 PST 2015
REPOSITORY
rL LLVM
================
Comment at: cmake/LLDBDependencies.cmake:148-150
@@ -147,1 +147,5 @@
+if (LLVM_BUILD_STATIC)
+ list(APPEND LLDB_SYSTEM_LIBS python2.7 z util termcap gpm ssl crypto bsd)
+endif()
+
----------------
Looks like this won't work on Windows. Is there a cross-platform way to ask for all the system libraries? Also should you be using ${PYTHON_LIBRARIES} instead of python2.7?
Also, where is this set? I don't see it being set in the CMakeLists.txt file for building lldb-platform, so how does this fit in with the lldb-platform changes?
http://reviews.llvm.org/D6797
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list