[llvm] r352471 - Remove 'XFAIL: powerpc64' from a debuginfo test

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 29 02:23:43 PST 2019


Author: jmorse
Date: Tue Jan 29 02:23:43 2019
New Revision: 352471

URL: http://llvm.org/viewvc/llvm-project?rev=352471&view=rev
Log:
Remove 'XFAIL: powerpc64' from a debuginfo test

This test started XPASSing with r352467, and the change in behaviour
performed by that patch does appear to fix the cause of the original XFAIL
(missing FrameIndex DBG_VALUE), which I've replicated locally with
-mtriple=powerpc64--.

I'll write this up in PR21881 which documents the XFAIL, and seek
confirmation I haven't overlooked something here.

Modified:
    llvm/trunk/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll

Modified: llvm/trunk/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll?rev=352471&r1=352470&r2=352471&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll Tue Jan 29 02:23:43 2019
@@ -1,8 +1,4 @@
 ; REQUIRES: object-emission
-; This test is failing for powerpc64, because a location list for the
-; variable 'c' is not generated at all. Temporary marking this test as XFAIL
-; for powerpc, until PR21881 is fixed.
-; XFAIL: powerpc64
 
 ; RUN: %llc_dwarf -O2  -dwarf-version 2 -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s  --check-prefix=DWARF23
 ; RUN: %llc_dwarf -O2  -dwarf-version 3 -filetype=obj < %s | llvm-dwarfdump - | FileCheck %s  --check-prefix=DWARF23




More information about the llvm-commits mailing list