[Lldb-commits] [PATCH] Reduce the number of components initialized by lldb-server to reduce static binary size.

Robert Flack flackr at gmail.com
Fri Feb 27 10:24:43 PST 2015


REPOSITORY
  rL LLVM

================
Comment at: CMakeLists.txt:360
@@ -360,2 +359,3 @@
   endif ()
+
   list(APPEND system_libs xml2 ncurses panel)
----------------
zturner wrote:
> Can you revert all changes to this file?
Of course, done. I missed that after testing whether cmake would just find xml2 from GnuWin32 on Windows.

http://reviews.llvm.org/D7880

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list