[Lldb-commits] [PATCH] D14790: cmake: add -DLLDB_ALLOW_STATIC_BINDINGS=1, defaults off

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 18 15:12:05 PST 2015


zturner added a comment.

So you can't install swig on your Linux machines either?

I really can't wrap my head around why we need this.  What is the problem with installing swig, given that we need to install other software already?

The build instructions here [http://lldb.llvm.org/build.html#BuildingLldbOnLinux] say you need to install swig, libedit, python, and ninja.  You need either git or svn too.  Why must we insist on supporting this configuration when it is not necessary?

I want the CMake build to build one way.


http://reviews.llvm.org/D14790





More information about the lldb-commits mailing list