XFAIL cfi/stats.cpp on Windows until we fix LLD

llvm-svn: 282018
This commit is contained in:
Reid Kleckner 2016-09-20 21:09:31 +00:00
parent deda33cdbd
commit cf661a0bf7
1 changed files with 3 additions and 0 deletions

View File

@ -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 {