diff options
Diffstat (limited to 'clang/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp')
| -rw-r--r-- | clang/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp b/clang/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp index a6e2e30dd59..b2bb292130b 100644 --- a/clang/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp +++ b/clang/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp @@ -1,4 +1,5 @@ -// RUN: %clang_cc1 -emit-llvm %s -o - +// RUN: %clang_cc1 -cxx-abi itanium -emit-llvm %s -o - +// RUN: %clang_cc1 -cxx-abi microsoft -fno-rtti -emit-llvm %s -o - struct A { virtual void Method() = 0; |

