XFAIL a testcase on Hexagon (missing-abstract-variable.ll)
authorKrzysztof Parzyszek <kparzysz@quicinc.com>
Fri, 18 Jun 2021 18:13:09 +0000 (13:13 -0500)
committerKrzysztof Parzyszek <kparzysz@quicinc.com>
Fri, 18 Jun 2021 18:15:19 +0000 (13:15 -0500)
This seems to be a common problem among several architectures.

llvm/test/DebugInfo/Generic/missing-abstract-variable.ll

index 4089e67..bd0de60 100644 (file)
@@ -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.