[Lldb-commits] [PATCH] D67991: [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVER
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 24 15:31:01 PDT 2019
xiaobai added inline comments.
Herald added a subscriber: dexonsmith.
================
Comment at: lldb/test/CMakeLists.txt:103
+ ${system_debugserver_path} ${LLVM_RUNTIME_OUTPUT_INTDIR}
+ COMMENT "Copying the system debugserver to LLDB's binaries directory for testing.")
message(STATUS "LLDB tests use out-of-tree debugserver: ${system_debugserver_path}")
----------------
Doesn't this now conflict with the use of `--out-of-tree-debugserver` added to the args below?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67991/new/
https://reviews.llvm.org/D67991
More information about the lldb-commits
mailing list