[Lldb-commits] [PATCH] Default to linking lldb-server statically for Android.

Pavel Labath labath at google.com
Thu Jul 2 02:45:03 PDT 2015


In http://reviews.llvm.org/D10858#198371, @tberghammer wrote:

> You are linking statically against the system libraries (such as libc, libm, libdl) what might not be a portable solution if they are depending on features only present in some device / kernel.


The platforms should be backward compatible. A binary which works on an older device (statically linked or not) should work on newer devices as well, so I don't anticipate problems of this sort. However, libc is pretty big, so the size question is valid imho.


http://reviews.llvm.org/D10858

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






More information about the lldb-commits mailing list