projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b673b16
)
XFAIL cfi/stats.cpp on Windows until we fix our DIA usage
author
Reid Kleckner
<rnk@google.com>
Tue, 30 Aug 2016 16:13:07 +0000
(16:13 +0000)
committer
Reid Kleckner
<rnk@google.com>
Tue, 30 Aug 2016 16:13:07 +0000
(16:13 +0000)
llvm-svn: 280106
compiler-rt/test/cfi/stats.cpp
patch
|
blob
|
history
diff --git
a/compiler-rt/test/cfi/stats.cpp
b/compiler-rt/test/cfi/stats.cpp
index 566fcfbc2581d4d660c2842f6211df380243766f..179319166e5188ad6469d1f2212da19d17e67634 100644
(file)
--- a/
compiler-rt/test/cfi/stats.cpp
+++ b/
compiler-rt/test/cfi/stats.cpp
@@
-5,6
+5,10
@@
// FIXME: We currently emit the wrong debug info under devirtualization.
// UNSUPPORTED: devirt
+// FIXME: Currently failing on Windows with a DIA error, so we don't get any
+// symbols.
+// XFAIL: win32
+
struct ABase {};
struct A : ABase {