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

Pavel Labath via lldb-dev lldb-dev at lists.llvm.org
Mon Apr 23 01:32:23 PDT 2018


On Fri, 20 Apr 2018 at 16:46, Ted Woodward via lldb-dev <
lldb-dev at 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, which should be always present
(except standalone builds, I guess)?


More information about the lldb-dev mailing list