[llvm] 6faac7b - [DebugInfo][test] XFAIL DebugInfo/Generic/missing-abstract-variable.ll on LoongArch
Weining Lu via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 3 02:12:08 PDT 2022
Author: Weining Lu
Date: 2022-10-03T17:11:54+08:00
New Revision: 6faac7b822aa397e29d5e9ea7514bfc7286b28b0
URL: https://github.com/llvm/llvm-project/commit/6faac7b822aa397e29d5e9ea7514bfc7286b28b0
DIFF: https://github.com/llvm/llvm-project/commit/6faac7b822aa397e29d5e9ea7514bfc7286b28b0.diff
LOG: [DebugInfo][test] XFAIL DebugInfo/Generic/missing-abstract-variable.ll on LoongArch
The same as SPARC and RISCV. See D119122.
Differential Revision: https://reviews.llvm.org/D134932
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 8f8d404b0e568..80e278e51194b 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, sparc
+; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc, loongarch
; Build from the following source with clang -O2.
More information about the llvm-commits
mailing list