[Lldb-commits] [PATCH] lldb-platform - switch to static linking (like lldb-gdbserver)
Vince Harron
vharron at google.com
Wed Jan 7 18:20:34 PST 2015
Sorry Zach, looking now.
On Wed, Jan 7, 2015 at 1:46 PM, Zachary Turner <zturner at google.com> wrote:
> 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/
>
>
>
--
Vince Harron | Technical Lead Manager | vharron at google.com | 858-442-0868
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150107/c6b1046a/attachment.html>
More information about the lldb-commits
mailing list