summaryrefslogtreecommitdiff
path: root/test/cfi
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2016-09-21 17:41:03 +0000
committerNico Weber <nicolasweber@gmx.de>2016-09-21 17:41:03 +0000
commitc375aea5f309c9894f33d36baedf7ed546d73f1c (patch)
treefa049df9adfee88abaa3f599e2c601501ee160c1 /test/cfi
parentcbae688ea37c10b5a6583896f7e03ebfce75c0da (diff)
Remove obsolete XFAIL.
The sanitizer-windows bot is currently red because this test unexpectedly passes. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@282095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/cfi')
-rw-r--r--test/cfi/stats.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/cfi/stats.cpp b/test/cfi/stats.cpp
index d6053d598..566fcfbc2 100644
--- a/test/cfi/stats.cpp
+++ b/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 {