Re: [lldb-dev] How to associate a bug and CL?

2020-03-26 Thread Pavel Labath via lldb-dev
On 26/03/2020 00:36, Emre Kultursay via lldb-dev wrote:
> llvm-project dev noob here.
> 
> I opened a Bug  and have
> some CLs  to fix them. How do I link
> the CL with the bug so that the code reviewer sees what bug I'm fixing?
> 
> 

Hi Emre,

we have no metadata or anything like that to do this. Normally, one just
mentions the bug number somewhere in the patch title or description. The
canonical way to reference llvm bugs is llvm.org/PR12345.

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


Re: [lldb-dev] [Release-testers] LLVM 10.0.0 Release

2020-03-26 Thread Dimitry Andric via lldb-dev
On 24 Mar 2020, at 21:32, Hans Wennborg via Release-testers 
 wrote:
> 
> I am pleased to announce that LLVM 10 is now available.
> 
> Get it here: https://llvm.org/releases/download.html#10.0.0

For 10.0.0-final, I used three patches, which are attached.

Main results on amd64-freebsd11:

  Expected Passes: 67938 (rc5: 67940)
  Expected Failures  :   265 (rc5:   265)
  Unsupported Tests  :  4654 (rc5:  4654)
  Unexpected Passes  : 5 (rc5: 5)
  Unexpected Failures:   541 (rc5:   540)
  Individual Timeouts:19 (rc5:18)

Test suite results on amd64-freebsd11:

  Expected Passes: 2398
  Unexpected Failures:3

Main results on i386-freebsd11:

  Expected Passes: 64993 (rc5: 64993)
  Expected Failures  :   248 (rc5:   248)
  Unsupported Tests  :  3083 (rc5:  3083)
  Unresolved Tests   : 1 (rc5: 1)
  Unexpected Passes  : 5 (rc5: 5)
  Unexpected Failures:   231 (rc5:   231)
  Individual Timeouts:11 (rc5:11)

As usual, the test suite does not build on i386, due to missing SSE and int128 
support.

Uploaded:
SHA256 (clang+llvm-10.0.0-amd64-unknown-freebsd11.tar.xz) = 
56d58da545743d5f2947234d413632fd2b840e38f2bed7369f6e65531af36a52
SHA256 (clang+llvm-10.0.0-i386-unknown-freebsd11.tar.xz) = 
310ed47e957c226b0de17130711505366c225edbed65299ac2c3d59f9a59a41a

-Dimitry


fix-clang-1.diff
Description: Binary data


fix-compiler-rt-1.diff
Description: Binary data


fix-test-suite-1.diff
Description: Binary data


signature.asc
Description: Message signed with OpenPGP
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev