summaryrefslogtreecommitdiff
path: root/test/cfi
diff options
context:
space:
mode:
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-03-14 20:02:42 +0000
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>2017-03-14 20:02:42 +0000
commit69dc77e9e5a42155b462ec0393f235b9cd9157e2 (patch)
tree48297ff09ec61a0da5e798114ebb4d59a0e1115c /test/cfi
parent625d95f037d24b12f4d4e626a329d27cf10c0f1c (diff)
downloadcompiler-rt-69dc77e9e5a42155b462ec0393f235b9cd9157e2.tar.gz
[cfi] Disable bad-split test on win32.
It appears that the fix only helped Itanium ABI. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@297775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/cfi')
-rw-r--r--test/cfi/bad-split.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cfi/bad-split.cpp b/test/cfi/bad-split.cpp
index 2f3bef948..53504bd27 100644
--- a/test/cfi/bad-split.cpp
+++ b/test/cfi/bad-split.cpp
@@ -1,6 +1,8 @@
// GlobalSplit used to lose type metadata for classes with virtual bases but no virtual methods.
// RUN: %clangxx_cfi -o %t1 %s && %t1
+// UNSUPPORTED: win32
+
struct Z {
};