aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp')
-rw-r--r--test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp b/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp
index a6e2e30dd59b..a4411fc46832 100644
--- a/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp
+++ b/test/CodeGenCXX/2004-03-08-ReinterpretCastCopy.cpp
@@ -1,4 +1,5 @@
-// RUN: %clang_cc1 -emit-llvm %s -o -
+// RUN: %clang_cc1 -triple %itanium_abi_triple -emit-llvm %s -o -
+// RUN: %clang_cc1 -triple %ms_abi_triple -fno-rtti -emit-llvm %s -o -
struct A {
virtual void Method() = 0;