
It's easy enough to disable the lldb-server build. The lldb-server unit tests already have logic to disable them if we don't build, so this just makes it even. Reviewed By: DavidSpickett Differential Revision: https://reviews.llvm.org/D135825
4 lines
96 B
INI
4 lines
96 B
INI
# These tests rely on lldb-server
|
|
if not config.have_lldb_server:
|
|
config.unsupported = True
|