[all-commits] [llvm/llvm-project] a31d00: Fix test failure for targets with varying uwtable ...

Momchil Velikov via All-commits all-commits at lists.llvm.org
Mon Feb 14 08:00:15 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a31d00ddceb057291ef3a094c57ae36975e804fe
      https://github.com/llvm/llvm-project/commit/a31d00ddceb057291ef3a094c57ae36975e804fe
  Author: Momchil Velikov <momchil.velikov at arm.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M clang/test/CodeGen/uwtable-attr.c

  Log Message:
  -----------
  Fix test failure for targets with varying uwtable defaults

Depending on toolchain and ABI, a target might not output DWARF unwind tables by default.
Run the test for a target with a known behaviour, test coverage is not reduced.

Reviewed By: dmgreen

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




More information about the All-commits mailing list