Re: [lldb-dev] [cfe-dev] [llvm-dev] [11.0.0 Release] Release Candidate 6 is here

2020-11-29 Thread Ilia K via lldb-dev
Hi! Can someone tell me what configure / build flags do you use when
building these packages (.tar.xz)? I guess there should be a script, but is
it available somewhere?

Thanks in advance,
- Ilia

On Mon, Oct 12, 2020 at 11:28 AM Diana Picus via lldb-dev <
lldb-dev@lists.llvm.org> wrote:

> Hi,
>
> Uploaded Arm & AArch64:
> 95449841c1c4b0164414e58b1053a3877e3bd73d9b1b3e15e5d1d4c2fd5cae1e
> clang+llvm-11.0.0-rc6-aarch64-linux-gnu.tar.xz
> 40ba7c35c5430cc2775b8dbf0bc4687d7a466c29332b89193de903ea4557fb05
> clang+llvm-11.0.0-rc6-armv7a-linux-gnueabihf.tar.xz
>
> Same as previous rc's.
>
> Cheers,
> Diana
>
> On Sat, 10 Oct 2020 at 04:46, Shoaib Meenai via cfe-dev
>  wrote:
> >
> > Uploaded macOS binaries to
> https://drive.google.com/file/d/1OVsImFG99a0jNOWc1IDhRvER3CvbGmFp/view?usp=sharing
> .
> >
> > The SHA-256 is:
> >
> > b35f3b6ce4de703f015bdf9d936f530b28c752737c2dd60715bd3d098787652b
> clang+llvm-11.0.0-rc6-x86_64-apple-darwin.tar.xz
> >
> > The full test results are:
> >
> > Failed Tests (2):
> >   libunwind :: libunwind_01.pass.cpp
> >   libunwind :: signal_frame.pass.cpp
> >
> > Testing Time: 3211.12s
> >   Unsupported  :  3200
> >   Passed   : 68254
> >   Expectedly Failed:   264
> >   Failed   : 2
> >
> > The libunwind tests failed with rc5 and also fail for 10.0.1 on my
> machine, so it's likely an environmental issue. (See
> https://lists.llvm.org/pipermail/llvm-dev/2020-October/145513.html for my
> previous investigation into the libunwind failures, where we determined
> they shouldn't be launch-blocking.)
> >
> > (It might be easier to give me SFTP access, to save Tobias the trouble
> of having to download and reupload to the SFTP.)
> >
> > On 10/7/20, 7:40 AM, "llvm-dev on behalf of Hans Wennborg via llvm-dev"
> 
> wrote:
> >
> > Hello once again,
> >
> > A few more issues appeared, so here is yet another release candidate:
> > llvmorg-11.0.0-rc6 was just tagged.
> >
> > Source code and docs are available at
> > https://prereleases.llvm.org/11.0.0/#rc6
> > and
> > https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc6
> >
> > Pre-built binaries will be added as they become ready.
> >
> > Please file reports for any bugs you find as blockers of
> > https://llvm.org/pr46725
> >
> > Release testers, if you still have cycles, please take this for a
> > quick spin. The changes from rc5 are minimal, and hopefully we can
> tag
> > this as the final version very soon now.
> >
> > Thanks,
> > Hans
> > ___
> > LLVM Developers mailing list
> > llvm-...@lists.llvm.org
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
> >
> > ___
> > cfe-dev mailing list
> > cfe-...@lists.llvm.org
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>


-- 
- Ilia
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


Re: [lldb-dev] [cfe-dev] [llvm-dev] [11.0.0 Release] Release Candidate 6 is here

2020-10-12 Thread Diana Picus via lldb-dev
Hi,

Uploaded Arm & AArch64:
95449841c1c4b0164414e58b1053a3877e3bd73d9b1b3e15e5d1d4c2fd5cae1e
clang+llvm-11.0.0-rc6-aarch64-linux-gnu.tar.xz
40ba7c35c5430cc2775b8dbf0bc4687d7a466c29332b89193de903ea4557fb05
clang+llvm-11.0.0-rc6-armv7a-linux-gnueabihf.tar.xz

Same as previous rc's.

Cheers,
Diana

On Sat, 10 Oct 2020 at 04:46, Shoaib Meenai via cfe-dev
 wrote:
>
> Uploaded macOS binaries to 
> https://drive.google.com/file/d/1OVsImFG99a0jNOWc1IDhRvER3CvbGmFp/view?usp=sharing.
>
> The SHA-256 is:
>
> b35f3b6ce4de703f015bdf9d936f530b28c752737c2dd60715bd3d098787652b  
> clang+llvm-11.0.0-rc6-x86_64-apple-darwin.tar.xz
>
> The full test results are:
>
> Failed Tests (2):
>   libunwind :: libunwind_01.pass.cpp
>   libunwind :: signal_frame.pass.cpp
>
> Testing Time: 3211.12s
>   Unsupported  :  3200
>   Passed   : 68254
>   Expectedly Failed:   264
>   Failed   : 2
>
> The libunwind tests failed with rc5 and also fail for 10.0.1 on my machine, 
> so it's likely an environmental issue. (See 
> https://lists.llvm.org/pipermail/llvm-dev/2020-October/145513.html for my 
> previous investigation into the libunwind failures, where we determined they 
> shouldn't be launch-blocking.)
>
> (It might be easier to give me SFTP access, to save Tobias the trouble of 
> having to download and reupload to the SFTP.)
>
> On 10/7/20, 7:40 AM, "llvm-dev on behalf of Hans Wennborg via llvm-dev" 
>  wrote:
>
> Hello once again,
>
> A few more issues appeared, so here is yet another release candidate:
> llvmorg-11.0.0-rc6 was just tagged.
>
> Source code and docs are available at
> https://prereleases.llvm.org/11.0.0/#rc6
> and
> https://github.com/llvm/llvm-project/releases/tag/llvmorg-11.0.0-rc6
>
> Pre-built binaries will be added as they become ready.
>
> Please file reports for any bugs you find as blockers of
> https://llvm.org/pr46725
>
> Release testers, if you still have cycles, please take this for a
> quick spin. The changes from rc5 are minimal, and hopefully we can tag
> this as the final version very soon now.
>
> Thanks,
> Hans
> ___
> LLVM Developers mailing list
> llvm-...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
> ___
> cfe-dev mailing list
> cfe-...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev