diff options
author | Reid Kleckner <rnk@google.com> | 2016-09-20 21:09:31 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2016-09-20 21:09:31 +0000 |
commit | cf661a0bf70de1d4f94a8cfca2a8d30b66f9d9ef (patch) | |
tree | 99fba8c77238e2af4da9a1a73fbda9de8570c0be | |
parent | deda33cdbdae0c4c68860e71bd940320cd227819 (diff) | |
download | bcm5719-llvm-cf661a0bf70de1d4f94a8cfca2a8d30b66f9d9ef.tar.gz bcm5719-llvm-cf661a0bf70de1d4f94a8cfca2a8d30b66f9d9ef.zip |
XFAIL cfi/stats.cpp on Windows until we fix LLD
llvm-svn: 282018
-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 { |