[all-commits] [llvm/llvm-project] cc0b5e: [lldb] Support specifying a custom libcxx for the ...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Aug 19 15:20:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc0b5ebf7fc8beb8fa907730e2d8f52d4c31bdc7
      https://github.com/llvm/llvm-project/commit/cc0b5ebf7fc8beb8fa907730e2d8f52d4c31bdc7
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-08-19 (Fri, 19 Aug 2022)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/builders/builder.py
    M lldb/packages/Python/lldbsuite/test/configuration.py
    M lldb/packages/Python/lldbsuite/test/dotest.py
    M lldb/packages/Python/lldbsuite/test/dotest_args.py
    M lldb/packages/Python/lldbsuite/test/make/Makefile.rules
    M lldb/test/API/lit.cfg.py

  Log Message:
  -----------
  [lldb] Support specifying a custom libcxx for the API tests

This patch combines D129166 (to always pick the just-built libc++) and
D132257 (to allow customizing the libc++ for testing). The common goal
is to avoid picking up an unexpected libc++ for testing.

Differential revision: https://reviews.llvm.org/D132263




More information about the All-commits mailing list