<div dir="rtl"><div dir="ltr">You can obtain the LLVM source files from SVN </div><div dir="ltr"><br></div><div dir="ltr"> <a href="http://llvm.org/docs/GettingStarted.html#checkout">http://llvm.org/docs/GettingStarted.html#checkout</a><br>
</div><div dir="ltr"><br></div><div dir="ltr">or download from</div><div dir="ltr"><br></div><div dir="ltr"> <a href="http://llvm.org/releases/download.html#3.4">http://llvm.org/releases/download.html#3.4</a><br></div><div dir="ltr">
<br></div><div dir="ltr">and build using cmake according to</div><div dir="ltr"><br></div><div dir="ltr"> <a href="http://llvm.org/docs/CMake.html">http://llvm.org/docs/CMake.html</a></div><div dir="ltr"><br></div><div dir="ltr">
Yaron</div><div dir="ltr"><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div dir="ltr">2014-01-25 Carl <span dir="ltr"><<a href="mailto:name.is.carl@gmail.com" target="_blank">name.is.carl@gmail.com</a>></span></div>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello guys,<br>
<br>
I want to thank you for your recent decision to support officially<br>
Windows as a platform!<br>
<br>
Unfortunately, the 3.4 (and upcoming 3.5) build is a user build (only<br>
the exe and dependencies).<br>
<br>
I'm using mingw for all my windows compiling: VS - even free - is too<br>
way much for me.<br>
And I need a dev build, with the llvm libraries (include and a/lib<br>
files) by that, I mean :<br>
<llvm-c/Core.h><br>
<llvm-c/BitReader.h><br>
<llvm-c/Target.h><br>
<llvm-c/TargetMachine.h><br>
<llvm/IRReader/IRReader.h><br>
<llvm/IR/LLVMContext.h><br>
<llvm/IR/Module.h><br>
<llvm/IR/DataLayout.h><br>
...<br>
As much as I would like official mingw compatible dev builds, I<br>
managed to find those.<br>
<br>
So instead of plainly asking for those builds (which would be great,<br>
guys), I want to share my findings :<br>
- 3.4 : no luck<br>
- 3.3 : provided by drangon[1]. 32bits[2] and 64bits [3]<br>
- 3.2 : didn't stumble upon.<br>
- 3.1 by you 32bits (experimental) [4]. Or by drangon again:<br>
32bits [5] and 64bits [6]<br>
<br>
[1] : <a href="http://sourceforge.net/projects/mingw-w64-dgn/files/others/" target="_blank">http://sourceforge.net/projects/mingw-w64-dgn/files/others/</a><br>
[2] : <a href="http://sourceforge.net/projects/mingw-w64-dgn/files/others/llvm-3.3-w32-bin-i686-20130804.7z/download" target="_blank">http://sourceforge.net/projects/mingw-w64-dgn/files/others/llvm-3.3-w32-bin-i686-20130804.7z/download</a><br>
[3] : <a href="http://sourceforge.net/projects/mingw-w64-dgn/files/others/llvm-3.3-w64-bin-x86_64-20130804.7z/download" target="_blank">http://sourceforge.net/projects/mingw-w64-dgn/files/others/llvm-3.3-w64-bin-x86_64-20130804.7z/download</a><br>
[4] : <a href="http://llvm.org/releases/3.1/clang+llvm-3.1-i386-mingw32-EXPERIMENTAL.tar.bz2" target="_blank">http://llvm.org/releases/3.1/clang+llvm-3.1-i386-mingw32-EXPERIMENTAL.tar.bz2</a><br>
[5] : <a href="http://sourceforge.net/projects/mingw-w64-dgn/files/others/llvm-3.1-w32-bin-i686-20120610.7z/download" target="_blank">http://sourceforge.net/projects/mingw-w64-dgn/files/others/llvm-3.1-w32-bin-i686-20120610.7z/download</a><br>
[6] : <a href="http://sourceforge.net/projects/mingw-w64-dgn/files/others/llvm-3.1-w64-bin-x86_64-20120610.7z/download" target="_blank">http://sourceforge.net/projects/mingw-w64-dgn/files/others/llvm-3.1-w64-bin-x86_64-20120610.7z/download</a><br>
<br>
Thanks for your awesome work !<br>
Carl.<br>
<br>
PS: I can't wait to play with lld.<br>
For us trying to port big linux/gnu apps to windows, ld is currently a<br>
major pain in the ass.<br>
We deal with hundred of unresolved references and the current output<br>
is very hard to read.<br>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</blockquote></div><br></div>