Re: [lldb-dev] Rust support in LLDB, again

2019-10-18 Thread Greg Clayton via lldb-dev
> On Oct 17, 2019, at 11:42 PM, Vadim Chugunov wrote: > > Hi Greg, > > So if Rust doesn't use clang in its compiler > - create a new TypeSystem for Rust that would convert DWARF into Rust AST > types that are native to your Rust compiler that uses as much of the Rust > compiler sources as po

Re: [lldb-dev] [Openmp-dev] [cfe-dev] [llvm-dev] RFC: End-to-end testing

2019-10-18 Thread Renato Golin via lldb-dev
On Fri, 18 Oct 2019 at 16:30, David Greene wrote: > I have been viewing test-suite as a kind of second-level/backup testing > that catches things not flagged by "make check-all." Is that a > reasonable interpretation? I was hoping to get some end-to-end tests > under "make check-all" because tha