From: Alexey Bataev Date: Mon, 30 Jun 2014 08:37:48 +0000 (+0000) Subject: Fixed incompatibility in CodeGen/captured-statements-nested.c with MSVC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3418c55ba85deb42e75be3c9782e6115bb9eabe8;p=clang Fixed incompatibility in CodeGen/captured-statements-nested.c with MSVC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212025 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/captured-statements-nested.c b/test/CodeGen/captured-statements-nested.c index 33d2329431..9878f4023b 100644 --- a/test/CodeGen/captured-statements-nested.c +++ b/test/CodeGen/captured-statements-nested.c @@ -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