<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>I know static linking is the desired/standard option for using LLVM, it's the same for the ubuntu/debian packages (about 400MB in usr/lib/llvm-4.0). I'm just wondering why there isn't a install package for windows where we already have clang, which would
 require the library to be built for windows anyway...<br>
</p>
<br>
<p>I definitely didn't mean dynamic linking as with a library like this you cant exactly change the library version without altering some of the using code anyway, making dynamic use mostly pointless...<br>
</p>
<br>
<p>- Paul<br>
</p>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> Reid Kleckner <rnk@google.com><br>
<b>Sent:</b> 18 April 2017 06:32<br>
<b>To:</b> Paul Hancock<br>
<b>Cc:</b> llvm-dev@lists.llvm.org<br>
<b>Subject:</b> Re: [llvm-dev] LLVM pre-built installer package for windows</font>
<div> </div>
</div>
<div>
<div dir="ltr">No, we don't provide any pre-built packages with headers and libs.
<div><br>
</div>
<div>The main reason is that LLVM is typically statically linked. Distributing the .libs bloats the size of the installation, which is already needlessly large due to statically linking LLVM into various executables. Providing an extra -dev package takes time
 and effort that we haven't spent.</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sun, Apr 16, 2017 at 3:13 PM, Paul Hancock via llvm-dev
<span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr">
<div id="m_4829343203733679516divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Just realised about this while upgrading my multi-platform project to 4.0.0, for linux you simply go "apt clang-x.x llvm-x.x-dev..." etc and off you go. However for windows the only pre-built install package seems to be clang, without the LLVM headers and
 such...<br>
<br>
Do we have a installer package for windows that allows us to install the LLVM development headers+libraries
<span>(ie; the same thing as the ubuntu/debian packages but for windows)</span> without having to do it manually with the source? If not is there any particular reason why?<span class="HOEnZb"><font color="#888888"><br>
<br>
- Paul<br>
</font></span></p>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</body>
</html>