[PATCH] D109806: DebugInfo: Move missing-abstract-variable.ll test from Generic to X86

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 3 14:02:17 PDT 2022


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG247dedea4e03: DebugInfo: Move missing-abstract-variable.ll test from Generic to X86 (authored by tstellar).

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.473027.patch
Type: text/x-patch
Size: 819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221103/dd02fc7c/attachment.bin>


More information about the llvm-commits mailing list