forked from OSchip/llvm-project
Fixed incompatibility in CodeGen/captured-statements-nested.c with MSVC
llvm-svn: 212025
This commit is contained in:
parent
be5af7b9c7
commit
41ff27e9a1
|
@ -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=CHECK1
|
||||||
// RUN: FileCheck %s -input-file=%t -check-prefix=CHECK2
|
// RUN: FileCheck %s -input-file=%t -check-prefix=CHECK2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue