[PATCH] D67991: [CMake] Copy over the system debugserver when using LLDB_USE_SYSTEM_DEBUGSERVER
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 24 16:02:17 PDT 2019
aprantl added inline comments.
================
Comment at: lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentManyBreakpoints.py:18
@expectedFailureNetBSD
+ @skipIfOutOfTreeDebugserver
def test(self):
----------------
It may be more forward-looking to check for an actual version here like we do for the compiler.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67991/new/
https://reviews.llvm.org/D67991
More information about the llvm-commits
mailing list