[all-commits] [llvm/llvm-project] 60a718: [lldb][test] TestInlineNamespaceAlias.py: skip on ...

Michael Buch via All-commits all-commits at lists.llvm.org
Fri Mar 10 04:21:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60a7188cb086abe172bc46582356f30b3c3e1c4c
      https://github.com/llvm/llvm-project/commit/60a7188cb086abe172bc46582356f30b3c3e1c4c
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2023-03-10 (Fri, 10 Mar 2023)

  Changed paths:
    M lldb/test/API/commands/expression/namespace-alias/TestInlineNamespaceAlias.py

  Log Message:
  -----------
  [lldb][test] TestInlineNamespaceAlias.py: skip on older compiler versions

This was failing with versions of clang that didn't support the
dsymutil (D143458) and llvm (D143397) changes that are needed for this test.

Remove unused parameters that we tried passing for the `dwarf` variant, which
is an NFC change. LLDB doesn't yet support `-gdwarf-5` debugging yet so
passing it to the `Makefile` would actually cause the test to fail.




More information about the All-commits mailing list