<div dir="ltr">This seems to work: <a href="https://reviews.llvm.org/D27476" target="_blank">https://reviews.llvm.org/<wbr>D27476</a><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 5, 2016 at 12:04 PM, Hans Wennborg <span dir="ltr"><<a href="mailto:hans@chromium.org" target="_blank">hans@chromium.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The only thing needed to build the installer should be having NSIS<br>
installed and building the "package" target generated by CMake. The<br>
other prerequisites are mostly for building the visual studio<br>
clang-format plugin.<br>
<br>
Having said that, you don't even have to build the installer to see<br>
what goes in it. Just building the "install" target generated by CMake<br>
will install the same set of files.<br>
<br>
I'm not sure how LLDB's cmake files are organized, but in the end<br>
what's required is invoking the install() command:<br>
<a href="https://cmake.org/cmake/help/v3.0/command/install.html" rel="noreferrer" target="_blank">https://cmake.org/cmake/help/<wbr>v3.0/command/install.html</a>  In LLVM, this<br>
is done automatically by macros such as add_llvm_executale, etc.<br>
<br>
On Mon, Dec 5, 2016 at 11:56 AM, Vadim Chugunov <<a href="mailto:vadimcn@gmail.com">vadimcn@gmail.com</a>> wrote:<br>
> Hi Hans,<br>
><br>
> I'd love to help, but I don't have half the tools that<br>
> build_llvm_package.bat requires installed on my machine.  My setup is to<br>
> build llvm with msbuild.   Is it possible to build the installer this way<br>
> too?<br>
><br>
> Can you point me to the specific CMake source that determines what's<br>
> included in the package?   At a glance, everything from<br>
> %LLVM%/lib/site-packages is missing.<br>
><br>
> Vadim<br>
><br>
> On Mon, Dec 5, 2016 at 10:41 AM, Hans Wennborg <<a href="mailto:hans@chromium.org">hans@chromium.org</a>> wrote:<br>
>><br>
>> Is anyone working on this?<br>
>><br>
>> I'm happy to include LLDB in the installer, but I'm really not the<br>
>> best person to be debugging it.<br>
>><br>
>> If more files need to be included in the install, that's configured in<br>
>> the CMake files (what's installed by the 'install' build target is<br>
>> also what ends up going into the installer). If it needs more build<br>
>> flags, patches to build_llvm_package.bat are welsome.<br>
><br>
><br>
><br>
</blockquote></div><br></div>