[all-commits] [llvm/llvm-project] b1fcc1: [lldb-tests] Force system's libcxx on tests failin...

Felipe de Azevedo Piovezan via All-commits all-commits at lists.llvm.org
Mon Dec 5 14:42:32 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1fcc1840c312472cb9ccb8c4e5e02ca13b31113
      https://github.com/llvm/llvm-project/commit/b1fcc1840c312472cb9ccb8c4e5e02ca13b31113
  Author: Felipe de Azevedo Piovezan <fpiovezan at apple.com>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
    M lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/Makefile
    M lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/Makefile
    M lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/Makefile

  Log Message:
  -----------
  [lldb-tests] Force system's libcxx on tests failing with debug symbols

The tests in this patch expose failures of LLDBs expression evaluator
when a standard library is compiled with debug symbols. This is the case
for RelWithDebugInfo builds of llvm-project (with libcxx).

Until these bugs are fixed, we force these tests to use the system's
standard library.

Differential Revision: https://reviews.llvm.org/D139361




More information about the All-commits mailing list