[llvm] 9576698 - [DebugInfo][test] XFAIL DebugInfo/Generic/missing-abstract-variable.ll on SPARC
Rainer Orth via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 7 03:44:12 PST 2022
Author: Rainer Orth
Date: 2022-02-07T12:43:56+01:00
New Revision: 9576698a3ebc350fb053f57ec498ebd27618b587
URL: https://github.com/llvm/llvm-project/commit/9576698a3ebc350fb053f57ec498ebd27618b587
DIFF: https://github.com/llvm/llvm-project/commit/9576698a3ebc350fb053f57ec498ebd27618b587.diff
LOG: [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
Added:
Modified:
llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
index 13fe09276534f..8f8d404b0e568 100644
--- a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
+++ b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
@@ -4,7 +4,7 @@
; powerpc64 (and on x86_64 at at least -O2). Presumably this is a SelectionDAG
; issue.
; FIXME: arm64 is an alias for aarch64 on macs, apparently?
-; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv
+; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc
; Build from the following source with clang -O2.
More information about the llvm-commits
mailing list