[compiler-rt] r298476 - XFAIL CFI stats test while LLD produces corrupt PDBs that confuse DIA
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 21 18:45:09 PDT 2017
Author: rnk
Date: Tue Mar 21 20:45:08 2017
New Revision: 298476
URL: http://llvm.org/viewvc/llvm-project?rev=298476&view=rev
Log:
XFAIL CFI stats test while LLD produces corrupt PDBs that confuse DIA
Modified:
compiler-rt/trunk/test/cfi/stats.cpp
Modified: compiler-rt/trunk/test/cfi/stats.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/cfi/stats.cpp?rev=298476&r1=298475&r2=298476&view=diff
==============================================================================
--- compiler-rt/trunk/test/cfi/stats.cpp (original)
+++ compiler-rt/trunk/test/cfi/stats.cpp Tue Mar 21 20:45:08 2017
@@ -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
More information about the llvm-commits
mailing list