From 08959d3bddeacece41dae005975f33b02e1b5978 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 21 Sep 2016 17:41:03 +0000 Subject: [PATCH] Remove obsolete XFAIL. The sanitizer-windows bot is currently red because this test unexpectedly passes. llvm-svn: 282095 --- compiler-rt/test/cfi/stats.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/compiler-rt/test/cfi/stats.cpp b/compiler-rt/test/cfi/stats.cpp index d6053d5..566fcfb 100644 --- a/compiler-rt/test/cfi/stats.cpp +++ b/compiler-rt/test/cfi/stats.cpp @@ -5,9 +5,6 @@ // FIXME: We currently emit the wrong debug info under devirtualization. // UNSUPPORTED: devirt -// FIXME: Crashes LLD during LTO for unknown reasons. -// XFAIL: win32 - struct ABase {}; struct A : ABase { -- 2.7.4