Re: [lldb-dev] [Release-testers] [10.0.0 Release] Release Candidate 6 is here

2020-03-24 Thread Michał Górny via lldb-dev
On Mon, 2020-03-23 at 20:28 +0100, Hans Wennborg via Release-testers
wrote:
> Dear everyone,
> 
> I had hoped rc5 would be the last one, but we needed to pick up yet another 
> fix.
> 
> Release candidate 6 was tagged as llvmorg-10.0.0-rc6 on the
> release/10.x branch at d32170dbd5b. It picks up the fix for
> https://llvm.org/pr45270
> 
> Source code and docs are available at
> https://prereleases.llvm.org/10.0.0/#rc6 and
> https://github.com/llvm/llvm-project/releases/tag/llvmorg-10.0.0-rc6
> 
> The plan is to tag 'final' tomorrow.
> 

Gentoo looks good.  Thanks!

-- 
Best regards,
Michał Górny



signature.asc
Description: This is a digitally signed message part
___
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev


[lldb-dev] LLVM 10.0.0 Release

2020-03-24 Thread Hans Wennborg via lldb-dev
I am pleased to announce that LLVM 10 is now available.

Get it here: https://llvm.org/releases/download.html#10.0.0

This release is the result of the LLVM community's work over the past
six months (up to to e26a78e7085 on master plus commits up to
d32170dbd5b on the release/10.x branch).

Some highlights include:

- C++ Concepts support in Clang
- Clang no longer runs in a separate process by default ("in-process cc1")
- Windows control flow guard (CFG) checks
- Support for more processor cores and features

And as usual, many bug fixes, optimizations, and new compiler diagnostics.

For more details, see the release notes:

https://llvm.org/releases/10.0.0/docs/ReleaseNotes.html
https://llvm.org/releases/10.0.0/tools/clang/docs/ReleaseNotes.html
https://llvm.org/releases/10.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
https://llvm.org/releases/10.0.0/tools/lld/docs/ReleaseNotes.html
https://llvm.org/releases/10.0.0/tools/polly/docs/ReleaseNotes.html
https://llvm.org/releases/10.0.0/projects/libcxx/docs/ReleaseNotes.html

Special thanks to the release testers and packagers: Alexandre Ganea,
Andrew Kelley, Anil Mahmud, Bernhard Rosenkraenzer, Brian Cain,
Dimitry Andric, Martijn Otto, Michael Kruse, Michał Górny, Neil
Nelson, Rainer Orth, Serge Guelton, Sylvestre Ledru, Tobias Hieta, and
Yvan Roux. Without your work, this release would not be possible.

For questions or comments about the release, please contact the
community on the mailing lists. Onwards to LLVM 11! And take care.

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


Re: [lldb-dev] lldb-instr not working

2020-03-24 Thread Greg Clayton via lldb-dev
Are there instructions for this somewhere? If not, can we get some on the site?

> On Mar 23, 2020, at 1:31 PM, Jonas Devlieghere via lldb-dev 
>  wrote:
> 
> Hi Walter,
> 
> lldb-instr needs compile_commands.json file to figure out the exact compiler 
> invocation for every file. Can you verify that the file exists in the 
> directory you're running lldb-instr from?
> 
> Cheers,
> Jonas
> 
> On Mon, Mar 23, 2020 at 1:29 PM Walter via lldb-dev  > wrote:
> Hi, I've recently tried to use lldb-instr, as mentioned in 
> https://lldb.llvm.org/resources/sbapi.html 
> , but I'm having the following 
> issue when running it on darwin.
> 
> ./lldb-instr
> > LLVM ERROR: Unable to find target for this triple (no targets are 
> > registered)
> 
> Is this a known issue? Or should lldb-instr be built in a special way to make 
> it aware of the local compilation target?
> 
> Does anyone know anything about this? 
> 
> Thanks!
> 
> - Walter
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org 
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev 
> 
> ___
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

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