[lldb-dev] lldb-3.8.1 prebuilt binary for windows7

Zachary Turner via lldb-dev lldb-dev at lists.llvm.org
Mon Dec 5 16:17:16 PST 2016


I'm OOO this week, but I can look into that when I get back.  What issues
are you having with building LLDB with Ninja?

On Mon, Dec 5, 2016 at 4:04 PM Vadim Chugunov <vadimcn at gmail.com> wrote:

> I am having no luck building LLDB with ninja, and there doesn't seem to be
> a "package" target in the generated msbuild solution file, but here's something
> interesting
> <https://github.com/llvm-mirror/lldb/blob/f1d0eb675a0fed4cac6eed09ac6bcdb7ea08f3bc/scripts/CMakeLists.txt#L51-L53>
> I found in cmake files.  Could this be the reason why Python modules aren't
> being installed on Windows?
>
> On Mon, Dec 5, 2016 at 12:04 PM, Hans Wennborg <hans at chromium.org> wrote:
>
> The only thing needed to build the installer should be having NSIS
> installed and building the "package" target generated by CMake. The
> other prerequisites are mostly for building the visual studio
> clang-format plugin.
>
> Having said that, you don't even have to build the installer to see
> what goes in it. Just building the "install" target generated by CMake
> will install the same set of files.
>
> I'm not sure how LLDB's cmake files are organized, but in the end
> what's required is invoking the install() command:
> https://cmake.org/cmake/help/v3.0/command/install.html  In LLVM, this
> is done automatically by macros such as add_llvm_executale, etc.
>
> On Mon, Dec 5, 2016 at 11:56 AM, Vadim Chugunov <vadimcn at gmail.com> wrote:
> > Hi Hans,
> >
> > I'd love to help, but I don't have half the tools that
> > build_llvm_package.bat requires installed on my machine.  My setup is to
> > build llvm with msbuild.   Is it possible to build the installer this way
> > too?
> >
> > Can you point me to the specific CMake source that determines what's
> > included in the package?   At a glance, everything from
> > %LLVM%/lib/site-packages is missing.
> >
> > Vadim
> >
> > On Mon, Dec 5, 2016 at 10:41 AM, Hans Wennborg <hans at chromium.org>
> wrote:
> >>
> >> Is anyone working on this?
> >>
> >> I'm happy to include LLDB in the installer, but I'm really not the
> >> best person to be debugging it.
> >>
> >> If more files need to be included in the install, that's configured in
> >> the CMake files (what's installed by the 'install' build target is
> >> also what ends up going into the installer). If it needs more build
> >> flags, patches to build_llvm_package.bat are welsome.
> >
> >
> >
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20161206/dcef58a4/attachment-0001.html>


More information about the lldb-dev mailing list