]> granicus.if.org Git - clang/commitdiff
Fixed incompatibility in CodeGen/captured-statements-nested.c with MSVC
authorAlexey Bataev <a.bataev@hotmail.com>
Mon, 30 Jun 2014 08:37:48 +0000 (08:37 +0000)
committerAlexey Bataev <a.bataev@hotmail.com>
Mon, 30 Jun 2014 08:37:48 +0000 (08:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212025 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/captured-statements-nested.c

index 33d23294312e8e4d3d27131f0e775a6a6ce40edb..9878f4023b1ed4282a8591521ec241f8776f2b3d 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fblocks -emit-llvm %s -o %t
+// RUN: %clang_cc1 -fblocks -triple %itanium_abi_triple -emit-llvm %s -o %t
 // RUN: FileCheck %s -input-file=%t -check-prefix=CHECK1
 // RUN: FileCheck %s -input-file=%t -check-prefix=CHECK2