]> granicus.if.org Git - clang/commitdiff
Unbreak release builds.
authorArnold Schwaighofer <aschwaighofer@apple.com>
Sat, 7 Jun 2014 02:30:08 +0000 (02:30 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Sat, 7 Jun 2014 02:30:08 +0000 (02:30 +0000)
This test case relies on basic block labels.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210392 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp

index 9fceaae9fc8a5a52f598ac9d730a379846d352ff..3084d0ea1cb2eee0ecb26f681c237d3c49333eb9 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: %clang_cc1 -emit-llvm -O2 -optzns -o - -triple=i386-pc-win32 2>/dev/null %s | FileCheck %s
+// REQUIRES: asserts
 
 struct S { char a; };
 struct V { virtual void f(){} };