[all-commits] [llvm/llvm-project] 7af4bb: [test] XFAIL two tests with inlining debug info is...

rorth via All-commits all-commits at lists.llvm.org
Thu Aug 13 02:13:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7af4bbb643393a735b1b49d1b9c4f316a4834333
      https://github.com/llvm/llvm-project/commit/7af4bbb643393a735b1b49d1b9c4f316a4834333
  Author: Rainer Orth <ro at gcc.gnu.org>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M llvm/test/DebugInfo/Generic/debug-label-inline.ll
    M llvm/test/Linker/subprogram-linkonce-weak.ll

  Log Message:
  -----------
  [test] XFAIL two tests with inlining debug info issues on Sparc

Currently only two test failures remain on Sparc, both
`sparcv9-sun-solaris2.11` and `sparc64-unknown-linux-gnu`:

  LLVM :: DebugInfo/Generic/debug-label-inline.ll
  LLVM :: Linker/subprogram-linkonce-weak.ll

They seem related in that debug info isn't generated for instruction
bundles (like `retl+add` in the delay slot).

I've filed separate bugs for both files (Bug 47129 and 47131), though it's
probably the same issue.

This patch `XFAIL`s the tests.

Tested on `sparcv9-sun-solaris2.11` and `amd64-pc-solaris2.11`.

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




More information about the All-commits mailing list