From 69dc77e9e5a42155b462ec0393f235b9cd9157e2 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Tue, 14 Mar 2017 20:02:42 +0000 Subject: [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 --- test/cfi/bad-split.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/cfi') 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 { }; -- cgit v1.2.1