[Lldb-commits] [PATCH] D67991: [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVER
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 24 15:36:24 PDT 2019
JDevlieghere marked an inline comment as done.
JDevlieghere added inline comments.
================
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}")
----------------
xiaobai wrote:
> Doesn't this now conflict with the use of `--out-of-tree-debugserver` added to the args below?
`--out-of-tree-debugserver` tells dotest that test decorated with `skipIfOutOfTreeDebugserver` should be skipped during this run.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67991/new/
https://reviews.llvm.org/D67991
More information about the lldb-commits
mailing list