[llvm-dev] [LLVM v3.8-rc2] New (tar)balls, please?

Sedat Dilek via llvm-dev llvm-dev at lists.llvm.org
Mon Feb 8 11:13:08 PST 2016


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/


More information about the llvm-dev mailing list