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: >

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,

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

2018-04-20 Thread Ted Woodward via lldb-dev
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) ... + --dsymutil $ These changes aren't gated by a check for Darwin, so they happen on all systems. On my machine (Ubuntu 14), which