summaryrefslogtreecommitdiff
path: root/test/cfi
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2017-03-22 19:49:29 +0000
committerReid Kleckner <rnk@google.com>2017-03-22 19:49:29 +0000
commit94401629f27f34b5bebf69ce866a5aa413139549 (patch)
treef398663d2a6e779ca9b4a41f62624812e1b21f0a /test/cfi
parent5d7bda47b5326f934ed14e83743461f995c2d229 (diff)
Use lld-link /nopdb to suppress PDB generation when DWARF is required
Fixes cfi/stats.cpp and asan/fuse-lld.cc on Windows. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@298545 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/cfi')
-rw-r--r--test/cfi/stats.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cfi/stats.cpp b/test/cfi/stats.cpp
index 8d96b5db0..566fcfbc2 100644
--- a/test/cfi/stats.cpp
+++ b/test/cfi/stats.cpp
@@ -2,8 +2,6 @@
// 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