Marcus Johnson via llvm-dev
2018-Aug-24 22:03 UTC
[llvm-dev] [cfe-dev] [7.0.0 Release] rc2 has been tagged
> > Don't forget to compile (everything if possible, but especially LLVM) as a > shared library on Windows. >the installed toolchain is about 10 times bigger than the executable, because the static library is being compressed, which means on disk it's taking up far more space than it needs.> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180824/a8596e9d/attachment.html>
Marcus Johnson via llvm-dev
2018-Aug-24 22:05 UTC
[llvm-dev] [cfe-dev] [7.0.0 Release] rc2 has been tagged
> > Also, can you include Polly in the build as well? >> >> >>-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180824/43b39f77/attachment.html>
Hans Wennborg via llvm-dev
2018-Aug-27 08:23 UTC
[llvm-dev] [cfe-dev] [7.0.0 Release] rc2 has been tagged
On Sat, Aug 25, 2018 at 12:03 AM, Marcus Johnson <bumblebritches57 at gmail.com> wrote:>> Don't forget to compile (everything if possible, but especially LLVM) as a >> shared library on Windows. > > the installed toolchain is about 10 times bigger than the executable, > because the static library is being compressed, which means on disk it's > taking up far more space than it needs.If we had a way of building e.g. at least LLVM as a dll, maybe we could do this, but currently the binaries are all statically linked and there is no plan to change this.
Hans Wennborg via llvm-dev
2018-Aug-27 08:25 UTC
[llvm-dev] [cfe-dev] [7.0.0 Release] rc2 has been tagged
On Sat, Aug 25, 2018 at 12:05 AM, Marcus Johnson <bumblebritches57 at gmail.com> wrote:>>> Also, can you include Polly in the build as well?I don't know how well Polly works on Windows. We've never had it in the monthly snapshots (https://www.llvm.org/builds/), and that would be a pre-requisite before bringing it into releases. Tobias: does Polly work on Windows, and should we try to include it in the snapshots?
Marcus Johnson via llvm-dev
2018-Aug-27 11:26 UTC
[llvm-dev] [cfe-dev] [7.0.0 Release] rc2 has been tagged
I'm just curious why you don't plan on using dlls? Xcode ships with libclang as a dylib, i wouldnt think windows would be a big leap? On Monday, August 27, 2018, Hans Wennborg <hans at chromium.org> wrote:> On Sat, Aug 25, 2018 at 12:03 AM, Marcus Johnson > <bumblebritches57 at gmail.com> wrote: > >> Don't forget to compile (everything if possible, but especially LLVM) > as a > >> shared library on Windows. > > > > the installed toolchain is about 10 times bigger than the executable, > > because the static library is being compressed, which means on disk it's > > taking up far more space than it needs. > > If we had a way of building e.g. at least LLVM as a dll, maybe we > could do this, but currently the binaries are all statically linked > and there is no plan to change this. >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180827/2f8f27b9/attachment.html>