Quick-fix to avoid CMake config issue:
CMake Error at /path/to/lldb/cmake/modules/AddLLDB.cmake:116 (add_dependencies): Cannot add target-level dependencies to non-existent target "lldb-suite".
Differential D55032
[CMake] Fix standalone build for debugserver on macOS sgraenitz on Nov 28 2018, 2:51 PM. Authored by
Details Quick-fix to avoid CMake config issue: CMake Error at /path/to/lldb/cmake/modules/AddLLDB.cmake:116 (add_dependencies): Cannot add target-level dependencies to non-existent target "lldb-suite".
Diff Detail
Event TimelineComment Actions This change looks fine to me. Have you considered creating something like a "debugserverStandalone.cmake" file similar to how LLDB standalone builds work? Might save us from some duplication, but I'm not sure if it would be overkill. Comment Actions Thought about it, but yes, at the moment it looks like overkill. I'd go on duplicating options to debugserver for now and change the approach if it gets unpractical. There are some more changes to come. I want to upstream these first and see how it looks then. |