[all-commits] [llvm/llvm-project] 0f12cf: [lldb] Pass the target triple when determining the...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Fri Oct 22 10:13:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f12cf7ebaaf9f2a52be3baef7d25562a5ac15cb
      https://github.com/llvm/llvm-project/commit/0f12cf7ebaaf9f2a52be3baef7d25562a5ac15cb
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
    M lldb/packages/Python/lldbsuite/test/builders/builder.py
    M lldb/packages/Python/lldbsuite/test/builders/darwin.py
    M lldb/packages/Python/lldbsuite/test/lldbtest.py

  Log Message:
  -----------
  [lldb] Pass the target triple when determining the DWARF version

When targeting iOS, the default dwarf version is 2 and not 4. Currently,
the test suite does not pick up on that because it invokes the test
compiler without a target triple. This patch fixes that and now
correctly skips tests that have a dwarf version specified in a skipIf
decorator.

rdar://84530477

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




More information about the All-commits mailing list