diff options
-rw-r--r-- | compiler-rt/test/cfi/stats.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/cfi/stats.cpp b/compiler-rt/test/cfi/stats.cpp index 566fcfbc258..d6053d5982d 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 { |