[llvm] c1e6d25 - XFAIL a testcase on Hexagon (missing-abstract-variable.ll)
Krzysztof Parzyszek via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 18 11:15:33 PDT 2021
Author: Krzysztof Parzyszek
Date: 2021-06-18T13:15:19-05:00
New Revision: c1e6d25a0285b7825ef74690c622c47fb0123245
URL: https://github.com/llvm/llvm-project/commit/c1e6d25a0285b7825ef74690c622c47fb0123245
DIFF: https://github.com/llvm/llvm-project/commit/c1e6d25a0285b7825ef74690c622c47fb0123245.diff
LOG: XFAIL a testcase on Hexagon (missing-abstract-variable.ll)
This seems to be a common problem among several architectures.
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 4089e67a6e6b6..bd0de60268b64 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
+; XFAIL: powerpc64, aarch64, arm64, hexagon
; Build from the following source with clang -O2.
More information about the llvm-commits
mailing list