[LLVMdev] LLVM: how are pre-built binaries at http://llvm.org/releases/ built?

Ben Pope benpope81 at gmail.com
Thu May 28 10:00:05 PDT 2015


On Thursday, May 28, 2015 10:08 PM, Tomas Kalibera wrote:
> Hi,
>
> I find the pre-built binaries at http://llvm.org/releases very useful.
> Is there a script available anywhere that does the build, so that I can
> get a binary built in the very same way, but for a platform not
> included? (I would like llvm+clang for FC20, something like
> http://llvm.org/releases/3.6.1/clang+llvm-3.6.1-x86_64-fedora21.tar.xz
> but for FC20)

http://llvm.org/docs/ReleaseProcess.html

I find that with -no-64bit on Ubuntu I still get 64bit binaries, which 
is weird.  Without it, you get two builds, both 64bit, but IIRC, not 
identical.

Ben





More information about the llvm-dev mailing list