Re: [lldb-dev] r329889 - Use in-tree dsymutil on Darwin

2018-04-23 Thread Pavel Labath via lldb-dev
On Fri, 20 Apr 2018 at 16:46, Ted Woodward via lldb-dev < lldb-dev@lists.llvm.org> wrote: > r329889 says "Use in-tree dsymutil on Darwin", but it's got these change in > test/CMakeLists.txt: > -set(LLDB_TEST_DEPS lldb) > +set(LLDB_TEST_DEPS lldb dsymutil) Shouldn't this just be llvm-dsymutil, whi

Re: [lldb-dev] r329889 - Use in-tree dsymutil on Darwin

2018-04-23 Thread Jonas Devlieghere via lldb-dev
Hi Ted, I tried to reproduce this issue over the weekend on a Linux machine, but to no success. > On Apr 20, 2018, at 4:46 PM, Ted Woodward via lldb-dev > wrote: > > r329889 says "Use in-tree dsymutil on Darwin", but it's got these change in > test/CMakeLists.txt: > -set(LLDB_TEST_DEPS lldb)

Re: [lldb-dev] FileSpec and normalization questions

2018-04-23 Thread Pavel Labath via lldb-dev
The llvm patches have been posted as: , < https://reviews.llvm.org/D45942>. On Fri, 20 Apr 2018 at 22:12, Greg Clayton wrote: > > On Apr 20, 2018, at 12:17 PM, Pavel Labath wrote: > > > > On Fri, 20 Apr 2018 at 17:14, Greg Clayton wrote: > >>> On Apr 20, 2018,

[lldb-dev] Welcome Alexander!

2018-04-23 Thread Adrian Prantl via lldb-dev
Please join me in welcoming Alexander Polyakov, who will be working on cleaning up and completing LLDB's lldb-mi fronted as part of his Google Summer Of Code project: Reimplement lldb-mi on top of the LLDB public SB API https://summerofcode.withgoogle.com/projects/#5427847301169152 -- adrian __