Hans Wennborg via llvm-dev
2016-Feb-08 17:12 UTC
[llvm-dev] [LLVM v3.8-rc2] New (tar)balls, please?
On Sat, Feb 6, 2016 at 12:34 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote:> On Sat, Feb 6, 2016 at 1:55 AM, Hans Wennborg <hans at chromium.org> wrote: >> On Fri, Feb 5, 2016 at 8:43 AM, Hans Wennborg <hans at chromium.org> wrote: >>> On Fri, Feb 5, 2016 at 12:48 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote: >>>> sorry, but I cannot see any tarballs shipped in [2]? >>>> Forgot to upload? >>>> >>>> Would like to give this pre-release a try on my Ubuntu/precise AMD64 system. >>> >>> They're not ready yet. It takes a few days after we tag a release >>> candidate until all the binaries are ready and uploaded. There's a >>> small chance this will happen today, but more likely early next week. >>> I will send an email to the list when it's ready. >> >> The binaries were just released: >> http://lists.llvm.org/pipermail/llvm-dev/2016-February/094987.html >> > > Thanks. > > Isn't it possible to upload the source tarballs first? > Or do you release all tarballs when the binaries are done?I suppose it would be possible, but it's easier to publish the whole thing at the same time, and I was thinking it's less confusing for users too since then there's only one announcement of it being available.
Sedat Dilek via llvm-dev
2016-Feb-08 19:13 UTC
[llvm-dev] [LLVM v3.8-rc2] New (tar)balls, please?
On Mon, Feb 8, 2016 at 6:12 PM, Hans Wennborg <hans at chromium.org> wrote:> On Sat, Feb 6, 2016 at 12:34 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote: >> On Sat, Feb 6, 2016 at 1:55 AM, Hans Wennborg <hans at chromium.org> wrote: >>> On Fri, Feb 5, 2016 at 8:43 AM, Hans Wennborg <hans at chromium.org> wrote: >>>> On Fri, Feb 5, 2016 at 12:48 AM, Sedat Dilek <sedat.dilek at gmail.com> wrote: >>>>> sorry, but I cannot see any tarballs shipped in [2]? >>>>> Forgot to upload? >>>>> >>>>> Would like to give this pre-release a try on my Ubuntu/precise AMD64 system. >>>> >>>> They're not ready yet. It takes a few days after we tag a release >>>> candidate until all the binaries are ready and uploaded. There's a >>>> small chance this will happen today, but more likely early next week. >>>> I will send an email to the list when it's ready. >>> >>> The binaries were just released: >>> http://lists.llvm.org/pipermail/llvm-dev/2016-February/094987.html >>> >> >> Thanks. >> >> Isn't it possible to upload the source tarballs first? >> Or do you release all tarballs when the binaries are done? > > I suppose it would be possible, but it's easier to publish the whole > thing at the same time, and I was thinking it's less confusing for > users too since then there's only one announcement of it being > available.OK. As there exist no prebuilt-toolchain for Ubuntu/precise I have to compile by myself, so I am interested in the source-tarballs. I did a quick test with compiling my intel-ddx [1] on Ubuntu/precise with... $ LC_ALL=C clang -v clang version 3.8.0 (tags/RELEASE_380/rc2) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /opt/llvm/bin Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.6.4 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9 Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9.2 Selected GCC installation: /usr/lib/gcc/x86_64-linux-gnu/4.9 Candidate multilib: .;@m64 Candidate multilib: 32;@m32 Selected multilib: .;@m64 ...will check Linux v4.4.2 when it's released. - Sedat - [1] https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/
Sedat Dilek via llvm-dev
2016-Feb-23 10:19 UTC
[llvm-dev] [LLVM v3.8-rc2] New (tar)balls, please?
> ...will check Linux v4.4.2 when it's released. >Built fine and booted on my Ubuntu/precise AMD64 system. ( I can sent my kernel-config and patch-set files on request. ) - Sedat - P.S.: Some demonstration it booted on bare metal. $ cat /proc/version Linux version 4.4.2-1-llvmlinux-amd64 (sedat.dilek at gmail.com@fambox) (clang version 3.8.0 (tags/RELEASE_380/rc2)) #1 SMP Tue Feb 23 10:42:19 CET 2016 $ uname -a Linux fambox 4.4.2-1-llvmlinux-amd64 #1 SMP Tue Feb 23 10:42:19 CET 2016 x86_64 x86_64 x86_64 GNU/Linux - EOT -