[PATCH] D109806: XFAIL missing-abstract-variable.ll test on ppc64le

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 31 15:50:18 PDT 2022


tstellar updated this revision to Diff 472166.
tstellar added a comment.
Herald added subscribers: pcwang-thead, s.egerton, simoncook, fedor.sergeev.
Herald added a project: All.

Move test to X86 directory.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109806/new/

https://reviews.llvm.org/D109806

Files:
  llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
  llvm/test/DebugInfo/X86/missing-abstract-variable.ll


Index: llvm/test/DebugInfo/X86/missing-abstract-variable.ll
===================================================================
--- llvm/test/DebugInfo/X86/missing-abstract-variable.ll
+++ llvm/test/DebugInfo/X86/missing-abstract-variable.ll
@@ -1,10 +1,4 @@
-; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
-
-; The formal parameter 'b' for Function 'x' when inlined within 'a' is lost on
-; 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, loongarch
+; RUN: %llc_dwarf -mtriple x86_64-gnu-linux -O0 -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
 
 ; Build from the following source with clang -O2.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109806.472166.patch
Type: text/x-patch
Size: 819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221031/950a5793/attachment.bin>


More information about the llvm-commits mailing list