[all-commits] [llvm/llvm-project] 957669: [DebugInfo][test] XFAIL DebugInfo/Generic/missing-...
rorth via All-commits
all-commits at lists.llvm.org
Mon Feb 7 03:44:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9576698a3ebc350fb053f57ec498ebd27618b587
https://github.com/llvm/llvm-project/commit/9576698a3ebc350fb053f57ec498ebd27618b587
Author: Rainer Orth <ro at gcc.gnu.org>
Date: 2022-02-07 (Mon, 07 Feb 2022)
Changed paths:
M llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
Log Message:
-----------
[DebugInfo][test] XFAIL DebugInfo/Generic/missing-abstract-variable.ll on SPARC
`DebugInfo/Generic/missing-abstract-variable.ll` `FAIL`s on SPARC. When
`x` is inlined into `a`, the variable `s` is elided completely, so the
corresponding `CHECK`s fail. Exactly the same happens on RISCV and the
test has already been `XFAIL`ed there.
This patch does the same on SPARC.
Tested on `sparcv9-sun-solaris2.11`.
Differential Revision: https://reviews.llvm.org/D119122
More information about the All-commits
mailing list