diff options
-rw-r--r-- | compiler-rt/test/cfi/stats.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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 { |