diff --git a/compiler-rt/test/cfi/stats.cpp b/compiler-rt/test/cfi/stats.cpp index 566fcfbc2581..d6053d5982d4 100644 --- a/compiler-rt/test/cfi/stats.cpp +++ b/compiler-rt/test/cfi/stats.cpp @@ -5,6 +5,9 @@ // 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 {