Re: [lldb-dev] [Release-testers] [cfe-dev] LLVM 9.0.1-final has been tagged

2020-01-15 Thread Hans Wennborg via lldb-dev
On Tue, Jan 14, 2020 at 10:34 PM Tom Stellard via Release-testers
 wrote:
>
> On 01/14/2020 08:59 AM, Russell Gallop wrote:
> > Hi Tom, Hans,
> >
> > I can't see LLVM-9.0.1-win*.exe from Hans on the GitHub release page 
> > (https://github.com/llvm/llvm-project/releases/tag/llvmorg-9.0.1). Is this 
> > still in progress?
> >
>
> Hans did you upload these?  I don't see them on the server.

Oh no, I must have forgotten the actual upload step. Fixed that now.

Thanks,
Hans


>
> -Tom
>
> > Thanks
> > Russ
> >
> > On Thu, 9 Jan 2020 at 20:05, Tom Stellard via cfe-dev 
> > mailto:cfe-...@lists.llvm.org>> wrote:
> >
> > On 01/09/2020 09:11 AM, Brian Cain wrote:
> > >
> > >
> > > On Thu, Jan 9, 2020 at 12:29 AM Tom Stellard  >   > >> wrote:
> > >
> > > On 01/08/2020 09:24 AM, Brian Cain wrote:
> > > > Tom, the 9.0.1 final binaries didn't (yet?) make it to the 
> > github release page 
> > https://github.com/llvm/llvm-project/releases/tag/llvmorg-9.0.1
> > > >
> > >
> > > The binaries have been posted now.
> > >
> > >
> > > I don't see the ubuntu 16 one that I uploaded there - 
> > clang+llvm-9.0.1-x86_64-linux-gnu-ubuntu-16.04.tar.xz
> > >
> >
> > These are up now.
> >
> > -Tom
> >
> > >
> > >
> > > > I also checked https://releases.llvm.org/ because I recall some 
> > debate or back-and-forth about where the releases should go and/or 
> > redirects or links from one to the other.  But they're not there either.
> > > >
> > >
> > > I'm working on fixing the releases.llvm.org 
> >   page.
> > >
> > > -Tom
> > >
> > > > On Thu, Dec 19, 2019 at 10:07 PM Tom Stellard via cfe-dev 
> > mailto:cfe-...@lists.llvm.org> 
> > > 
> >  
> >  > > >
> > > > Hi,
> > > >
> > > > I've just tagged the 9.0.1-final release.  Testers can 
> > begin uploading binaries.
> > > >
> > > > -Tom
> > > >
> > > > ___
> > > > cfe-dev mailing list
> > > > cfe-...@lists.llvm.org  
> > > 
> >  
> > >>
> > > > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
> > > >
> > > >
> > > >
> > > > --
> > > > -Brian
> > >
> > >
> > >
> > > --
> > > -Brian
> >
> > ___
> > cfe-dev mailing list
> > cfe-...@lists.llvm.org 
> > https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev
> >
>
> ___
> Release-testers mailing list
> release-test...@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/release-testers
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] [10.0.0 Release] The release branch is open; trunk is now 11.0.0

2020-01-15 Thread Hans Wennborg via lldb-dev
Hello everyone,

The release branch for LLVM 10 and its sub-projects was created from
trunk at e26a78e70857273c83aaacd4aa0edb36effe70e3, and the trunk
version was bumped to 11.0.0.

Release blockers are tracked by https://llvm.org/PR44555 (hey, nice
number). Please mark any bugs, old or new, that need to be fixed
before the release as blocking that.

Please keep me in the loop on any bugs, commits, or other issues you
think might be relevant for the release. In particular, if you're
currently investigating issues with trunk and working on fixes, please
let me know because we want those fixes on the branch too.

To get a change committed to the branch, first commit it to trunk as
usual, and then request it to be merged -- ideally by filing a blocker
of https://llvm.org/PR44555, or by cc'ing me on the commit email.
(Please don't request merges over IRC/Discord/Discourse; there's a
large risk that I'll miss it.)

When the branch is in good enough shape, hopefully in a day or two,
the first release candidate (RC1) will be tagged and testing of that
can begin. The full schedule can be found under "Upcoming Releases" to
the right at https://llvm.org

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


[lldb-dev] [Bug 44561] New: TestCrossObjectTailCalls.py and TestCrossDSOTailCalls.py fail on lldb-cmake-aarch64 Linux

2020-01-15 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=44561

Bug ID: 44561
   Summary: TestCrossObjectTailCalls.py and
TestCrossDSOTailCalls.py fail on lldb-cmake-aarch64
Linux
   Product: lldb
   Version: unspecified
  Hardware: PC
OS: All
Status: NEW
  Severity: normal
  Priority: P
 Component: All Bugs
  Assignee: lldb-dev@lists.llvm.org
  Reporter: v...@apple.com
CC: jdevliegh...@apple.com, llvm-b...@lists.llvm.org

Both tests fail in the same way on an aarch64/Linux bot:

  File
"/home/buildslave/buildslave/lldb-cmake-aarch64/llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/tail_call_frames/cross_object/TestCrossObjectTailCalls.py",
line 58, in test_cross_object_tail_calls
self.assertTrue(name in frame.GetDisplayFunctionName())
AssertionError: False is not True

For some reason the backtrace the tests are expecting to find is incomplete.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev