diff options
author | Reid Kleckner <rnk@google.com> | 2017-03-22 01:45:08 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2017-03-22 01:45:08 +0000 |
commit | 81ee1a59efd6ec2aaf53ad2e2b5f62f2a8da3b08 (patch) | |
tree | a34503e04645e5ded64420c0f03bad93552dccf5 | |
parent | 3a0dea524345e1600e8229a1980be0046e3134be (diff) | |
download | bcm5719-llvm-81ee1a59efd6ec2aaf53ad2e2b5f62f2a8da3b08.tar.gz bcm5719-llvm-81ee1a59efd6ec2aaf53ad2e2b5f62f2a8da3b08.zip |
XFAIL CFI stats test while LLD produces corrupt PDBs that confuse DIA
llvm-svn: 298476
-rw-r--r-- | compiler-rt/test/cfi/stats.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/cfi/stats.cpp b/compiler-rt/test/cfi/stats.cpp index 566fcfbc258..8d96b5db080 100644 --- a/compiler-rt/test/cfi/stats.cpp +++ b/compiler-rt/test/cfi/stats.cpp @@ -2,6 +2,8 @@ // RUN: env SANITIZER_STATS_PATH=%t.stats %t // RUN: sanstats %t.stats | FileCheck %s +// XFAIL: win32 + // FIXME: We currently emit the wrong debug info under devirtualization. // UNSUPPORTED: devirt |