Un-XFAIL cfi/stats.cpp, it passes since fixing llvm-symbolizer to look for dwarf...
authorReid Kleckner <rnk@google.com>
Thu, 1 Sep 2016 22:46:26 +0000 (22:46 +0000)
committerReid Kleckner <rnk@google.com>
Thu, 1 Sep 2016 22:46:26 +0000 (22:46 +0000)
llvm-svn: 280422

compiler-rt/test/cfi/stats.cpp

index 1793191..566fcfb 100644 (file)
@@ -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 {