[all-commits] [llvm/llvm-project] ce233e: [lldb] Use the just-built libc++ for testing the L...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Jul 11 14:49:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce233e714665a0499fbd0686226e43130d44ef87
      https://github.com/llvm/llvm-project/commit/ce233e714665a0499fbd0686226e43130d44ef87
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-07-11 (Mon, 11 Jul 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/test/API/lit.cfg.py
    M lldb/test/API/lit.site.cfg.py.in
    M lldb/test/CMakeLists.txt

  Log Message:
  -----------
  [lldb] Use the just-built libc++ for testing the LLDB data formatters

Make sure we use the libc++ from the build dir. Currently, by passing
-stdlib=libc++, we might pick up the system libc++. This change ensures
that if LLVM_LIBS_DIR is set, we try to use the libc++ from there.

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




More information about the All-commits mailing list