Re: [lldb-dev] PDB symbol reader supports C++ only?

2018-08-27 Thread Vadim Chugunov via lldb-dev
These two changes ([1] [2] ) appear to be sufficient to enable debugging of Rust binaries with pdb debug info (make sure that msdia140.d

Re: [lldb-dev] PDB symbol reader supports C++ only?

2018-08-27 Thread Tom Tromey via lldb-dev
> "Vadim" == Vadim Chugunov via lldb-dev writes: Vadim> Would you mind going into a bit more detail on what sort of Vadim> problems an unknown language could cause? I'd like to understand Vadim> the issue before jumping in to fix anything. AFAIK, in the case Vadim> of DWARF symbols, debug i

Re: [lldb-dev] [cfe-dev] [7.0.0 Release] rc2 has been tagged

2018-08-27 Thread Hans Wennborg via lldb-dev
That libclang dylib just implements an interface used for source code indexing and such (https://clang.llvm.org/doxygen/group__CINDEX.html). It's not used by the clang binary. On Mon, Aug 27, 2018 at 1:26 PM, Marcus Johnson wrote: > I'm just curious why you don't plan on using dlls? Xcode ships w

Re: [lldb-dev] [Release-testers] [7.0.0 Release] rc2 has been tagged

2018-08-27 Thread Dimitry Andric via lldb-dev
On 27 Aug 2018, at 10:29, Hans Wennborg wrote: > > On Sat, Aug 25, 2018 at 12:46 PM, Dimitry Andric wrote: ... >> Unfortunately the test-suite doesn't build on i386, since quite a few of its >> components requires SSE2, and the build shows many errors like: >> >> /home/dim/llvm/7.0.0/rc2/test-

[lldb-dev] [7.0.0 Release] Release Candidate 2 source, docs, and binaries available

2018-08-27 Thread Hans Wennborg via lldb-dev
Hello everyone, Source, docs, and binaries for LLVM 7.0.0-rc2 are now available at https://prereleases.llvm.org/7.0.0/#rc2 (now with HTTPS, thanks Anton!) I'll add more binaries as they become available. Please try it out and report any problems as bugs marked as blockers of https://llvm.org/PR3

Re: [lldb-dev] [Release-testers] [7.0.0 Release] rc2 has been tagged

2018-08-27 Thread Hans Wennborg via lldb-dev
On Sat, Aug 25, 2018 at 12:46 PM, Dimitry Andric wrote: > On 23 Aug 2018, at 01:59, Hans Wennborg via Release-testers > wrote: >> >> 7.0.0-rc2 was just tagged (from branch revision r340437). >> >> There have been a bunch of merges since rc1, and hopefully many of the >> issues with the previous

Re: [lldb-dev] [cfe-dev] [7.0.0 Release] rc2 has been tagged

2018-08-27 Thread Hans Wennborg via lldb-dev
On Sat, Aug 25, 2018 at 12:05 AM, Marcus Johnson wrote: >>> Also, can you include Polly in the build as well? I don't know how well Polly works on Windows. We've never had it in the monthly snapshots (https://www.llvm.org/builds/), and that would be a pre-requisite before bringing it into release

Re: [lldb-dev] [cfe-dev] [7.0.0 Release] rc2 has been tagged

2018-08-27 Thread Hans Wennborg via lldb-dev
On Sat, Aug 25, 2018 at 12:03 AM, Marcus Johnson wrote: >> Don't forget to compile (everything if possible, but especially LLVM) as a >> shared library on Windows. > > the installed toolchain is about 10 times bigger than the executable, > because the static library is being compressed, which mean