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/



_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to