diff options
| author | Reid Kleckner <rnk@google.com> | 2016-02-29 20:38:35 +0000 |
|---|---|---|
| committer | Reid Kleckner <rnk@google.com> | 2016-02-29 20:38:35 +0000 |
| commit | 1456e2581a9330f18acc1783369bee0dc650cfbd (patch) | |
| tree | d0af8bfd7da22786411a8bfdb32cad9fe82d28ce /compiler-rt/test | |
| parent | dd9e637acaf0f288f3e281559c9a74ae4a9f15e3 (diff) | |
| download | bcm5719-llvm-1456e2581a9330f18acc1783369bee0dc650cfbd.tar.gz bcm5719-llvm-1456e2581a9330f18acc1783369bee0dc650cfbd.zip | |
Avoid use of -fsanitize=vptr in MSVC env, it is not yet supported
llvm-svn: 262251
Diffstat (limited to 'compiler-rt/test')
| -rw-r--r-- | compiler-rt/test/ubsan/TestCases/TypeCheck/vptr-non-unique-typeinfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 79acfe2ecf4..c4ab9361b7a 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" |

