r212025 - Fixed incompatibility in CodeGen/captured-statements-nested.c with MSVC

Alexey Bataev a.bataev at hotmail.com
Mon Jun 30 01:37:48 PDT 2014


Author: abataev
Date: Mon Jun 30 03:37:48 2014
New Revision: 212025

URL: http://llvm.org/viewvc/llvm-project?rev=212025&view=rev
Log:
Fixed incompatibility in CodeGen/captured-statements-nested.c with MSVC

Modified:
    cfe/trunk/test/CodeGen/captured-statements-nested.c

Modified: cfe/trunk/test/CodeGen/captured-statements-nested.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/captured-statements-nested.c?rev=212025&r1=212024&r2=212025&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/captured-statements-nested.c (original)
+++ cfe/trunk/test/CodeGen/captured-statements-nested.c Mon Jun 30 03:37:48 2014
@@ -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
 





More information about the cfe-commits mailing list