From 1456e2581a9330f18acc1783369bee0dc650cfbd Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 29 Feb 2016 20:38:35 +0000 Subject: [PATCH] Avoid use of -fsanitize=vptr in MSVC env, it is not yet supported llvm-svn: 262251 --- compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp index 79acfe2..c4ab936 100644 --- a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp +++ b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp @@ -1,6 +1,8 @@ // RUN: %clangxx -frtti -fsanitize=vptr -fno-sanitize-recover=vptr -I%p/Helpers %p/Helpers/vptr-non-unique-typeinfo-lib.cpp -fPIC -shared -o %t-lib.so // RUN: %clangxx -frtti -fsanitize=vptr -fno-sanitize-recover=vptr -I%p/Helpers -g %s -O3 -o %t %t-lib.so // RUN: %run %t +// +// REQUIRES: cxxabi #include "vptr-non-unique-typeinfo-lib.h" -- 2.7.4