diff options
| author | Adrian Prantl <aprantl@apple.com> | 2017-11-08 19:18:20 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2017-11-08 19:18:20 +0000 |
| commit | ff2073a51fe283bde05f48c300e3a9ee807b1b6d (patch) | |
| tree | ad394f9f923b6aa3e7fe9b61517829bc905c179d | |
| parent | b465aa0504729d35038a454148cb359d9d3a4bff (diff) | |
| download | bcm5719-llvm-ff2073a51fe283bde05f48c300e3a9ee807b1b6d.tar.gz bcm5719-llvm-ff2073a51fe283bde05f48c300e3a9ee807b1b6d.zip | |
Un-XFAIL a test after the bugfix in r317702.
llvm-svn: 317708
| -rw-r--r-- | llvm/test/DebugInfo/Generic/missing-abstract-variable.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll index 16dcdebd1f1..8d5aff4084d 100644 --- a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll +++ b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll @@ -2,11 +2,6 @@ ; RUN: %llc_dwarf -O0 -filetype=obj < %s | llvm-dwarfdump -v -debug-info - | FileCheck %s -; The formal parameter 'b' for Function 'x' when inlined within 'a' is lost on -; mips and powerpc64 (and on x86_64 at at least -O2). Presumably this is a -; SelectionDAG issue (do mips/powerpc64 use FastISel?). -; XFAIL: mips, powerpc64, s390x, sparc - ; Build from the following source with clang -O2. ; The important details are that 'x's abstract definition is first built during |

