[llvm] 7271de2 - XFAIL test `missing-abstract-variable.ll` for RISC-V

Luís Marques via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 13 02:39:58 PDT 2021


Author: Luís Marques
Date: 2021-09-13T10:39:43+01:00
New Revision: 7271de2d199c936904a79d89f881e02047b45236

URL: https://github.com/llvm/llvm-project/commit/7271de2d199c936904a79d89f881e02047b45236
DIFF: https://github.com/llvm/llvm-project/commit/7271de2d199c936904a79d89f881e02047b45236.diff

LOG: XFAIL test `missing-abstract-variable.ll` for RISC-V

This test fails for many architectures. Also XFAIL for RISC-V.

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 bd0de60268b64..98d05f3aba10b 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
+; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv
 
 ; Build from the following source with clang -O2.
 


        


More information about the llvm-commits mailing list