[Lldb-commits] [PATCH] D64994: [CMake] Align debugserver with lldb-server on Darwin
Stefan Gränitz via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 19 08:06:15 PDT 2019
sgraenitz marked an inline comment as done.
sgraenitz added inline comments.
================
Comment at: lldb/test/CMakeLists.txt:113
+ list(APPEND LLDB_TEST_COMMON_ARGS --server ${lldb_server_path})
+ add_dependencies(lldb-test-deps lldb-server)
+ else()
----------------
Not sure if this needs test suite support.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64994/new/
https://reviews.llvm.org/D64994
More information about the lldb-commits
mailing list