From 0c4dd8de476b77a21dcea98df567b33297fe1eef Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 1 Sep 2016 22:46:26 +0000 Subject: Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dwarf again llvm-svn: 280422 --- compiler-rt/test/cfi/stats.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'compiler-rt') diff --git a/compiler-rt/test/cfi/stats.cpp b/compiler-rt/test/cfi/stats.cpp index 179319166e5..566fcfbc258 100644 --- a/compiler-rt/test/cfi/stats.cpp +++ b/compiler-rt/test/cfi/stats.cpp @@ -5,10 +5,6 @@ // FIXME: We currently emit the wrong debug info under devirtualization. // UNSUPPORTED: devirt -// FIXME: Currently failing on Windows with a DIA error, so we don't get any -// symbols. -// XFAIL: win32 - struct ABase {}; struct A : ABase { -- cgit v1.2.3