summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenCXX/block.cpp')
-rw-r--r--clang/test/CodeGenCXX/block.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/block.cpp b/clang/test/CodeGenCXX/block.cpp
index 619d8b0c7ba..93e22dcd6b8 100644
--- a/clang/test/CodeGenCXX/block.cpp
+++ b/clang/test/CodeGenCXX/block.cpp
@@ -1,4 +1,5 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - -fblocks
+// RUN: %clang_cc1 %s -cxx-abi itanium -emit-llvm -o - -fblocks
+// RUN: %clang_cc1 %s -cxx-abi microsoft -fno-rtti -emit-llvm -o - -fblocks
// Just test that this doesn't crash the compiler...
void func(void*);
OpenPOWER on IntegriCloud