summaryrefslogtreecommitdiff
path: root/test/cfi/stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/cfi/stats.cpp')
-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 {