[all-commits] [llvm/llvm-project] 0cfa50: [LLDB] Only run lldb-server Shell tests if it gets...

Alex via All-commits all-commits at lists.llvm.org
Fri Oct 14 12:01:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0cfa50154a47eb65de5bc687f6565625f556edc8
      https://github.com/llvm/llvm-project/commit/0cfa50154a47eb65de5bc687f6565625f556edc8
  Author: Alex Langford <apl at fb.com>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
    M lldb/test/CMakeLists.txt
    M lldb/test/Shell/lit.cfg.py
    M lldb/test/Shell/lit.site.cfg.py.in
    A lldb/test/Shell/lldb-server/lit.local.cfg

  Log Message:
  -----------
  [LLDB] Only run lldb-server Shell tests if it gets built

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




More information about the All-commits mailing list