[lldb-dev] TestExprCompletion failing

2018-09-05 Thread Davide Italiano via lldb-dev
Raphael, this test has been failing for a while.

http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/9755/console

Testing Time: 466.83s

Failing Tests (1):
lldb-Suite :: expression_command/completion/TestExprCompletion.py

Can you please take a look?

Thanks!

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


Re: [lldb-dev] [llvm-dev] [7.0.0 Release] Status update and final call for release notes

2018-09-05 Thread via lldb-dev
If it was Aug 1 then no.  On August 27th the last relocations needed to link 
the Linux kernel were added after that I would say lld for hexagon in a shape 
that made it interesting.

-Original Message-
From: Brian Cain  
Sent: Wednesday, September 5, 2018 8:45 AM
To: sidn...@codeaurora.org
Cc: 'Hans Wennborg' ; 'Release-testers' 
; 'cfe-dev' ; 'LLDB 
Dev' ; 'openmp-dev' 
Subject: RE: [llvm-dev] [7.0.0 Release] Status update and final call for 
release notes

> -Original Message-
> From: llvm-dev  On Behalf Of Hans 
> Wennborg via llvm-dev
...
> Also, if you contributed anything interesting in the last six months 
> and didn't write anything about it in the release notes, it's very 
> high time to do so. You can just send me some text in an email and I'll be 
> happy to commit it for you.

Sid, is it worth mentioning the Hexagon support you added to lld?  I suppose it 
might depend on how many relocations were supported before the branch point 
(~Aug 1 IIRC).


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


[lldb-dev] [Bug 22116] lldb fails to print std::cout

2018-09-05 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=22116

Raphael Isemann  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||teempe...@gmail.com
   Assignee|lldb-dev@lists.llvm.org |teempe...@gmail.com

--- Comment #3 from Raphael Isemann  ---
It also won't find std::cout if there is an inline namespace used by your STL
implementation (which will be a real namespace in our internal clang setup,
e.g. std::__1::cout). So this is either fixes by correctly marking inline
namespaces as inline or loading the C++ module for the STL, whatever is
implemented first.

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


[lldb-dev] [7.0.0 Release] Status update and final call for release notes

2018-09-05 Thread Hans Wennborg via lldb-dev
Hello everyone,

According to the release schedule (on the right at https://llvm.org/)
the final tag should go in today, but we're not quite ready.

There are five open blockers on https://llvm.org/PR38406 which can
hopefully be fixed soon (or punted on), then we need a Release
Candidate 3, and after that we can hopefully get the final tag in,
still in early September.

Also, if you contributed anything interesting in the last six months
and didn't write anything about it in the release notes, it's very
high time to do so. You can just send me some text in an email and
I'll be happy to commit it for you.

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