forked from OSchip/llvm-project
XFAIL cfi/stats.cpp on Windows until we fix LLD
llvm-svn: 282018
This commit is contained in:
parent
deda33cdbd
commit
cf661a0bf7
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue