diff options
| author | Jeremy Morse <jeremy.morse.llvm@gmail.com> | 2019-01-29 10:23:43 +0000 | 
|---|---|---|
| committer | Jeremy Morse <jeremy.morse.llvm@gmail.com> | 2019-01-29 10:23:43 +0000 | 
| commit | ba467024f48c28ae83ef449d0f961bb452399c48 (patch) | |
| tree | a1b3d92b697e2b1a667305d71c761f2a1ec1e1f2 | |
| parent | 6591b6ae8580fe90530bab481f7d4459f0a1a5fb (diff) | |
| download | bcm5719-llvm-ba467024f48c28ae83ef449d0f961bb452399c48.tar.gz bcm5719-llvm-ba467024f48c28ae83ef449d0f961bb452399c48.zip  | |
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.
llvm-svn: 352471
| -rw-r--r-- | llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll b/llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll index df7fb643e6e..ce24b8af2cc 100644 --- a/llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll +++ b/llvm/test/DebugInfo/Generic/incorrect-variable-debugloc1.ll @@ -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  | 

