]> granicus.if.org Git - llvm/commitdiff
Remove 'XFAIL: powerpc64' from a debuginfo test
authorJeremy Morse <jeremy.morse.llvm@gmail.com>
Tue, 29 Jan 2019 10:23:43 +0000 (10:23 +0000)
committerJeremy Morse <jeremy.morse.llvm@gmail.com>
Tue, 29 Jan 2019 10:23:43 +0000 (10:23 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352471 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/Generic/incorrect-variable-debugloc1.ll

index df7fb643e6edba899fd762bcf63f4e313d631e83..ce24b8af2cc678342b419ce8b645d91c3598b1cc 100644 (file)
@@ -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