From: Blaine Garst Date: Tue, 23 Feb 2010 22:59:01 +0000 (+0000) Subject: fix buildbot failure on windows by slightly trimming test output to ignore temporary... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=573e59de571c381522ff244680b4167a42f18bf6;p=clang fix buildbot failure on windows by slightly trimming test output to ignore temporary name git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96998 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/blocksignature.c b/test/CodeGen/blocksignature.c index 141693f9e4..6ed8750e9b 100644 --- a/test/CodeGen/blocksignature.c +++ b/test/CodeGen/blocksignature.c @@ -4,12 +4,12 @@ // X64: @.str = private constant [6 x i8] c"v8@?0\00" // X64: @__block_literal_global = internal constant %1 { i8** @_NSConcreteGlobalBlock, i32 1342177280, // X64: @.str1 = private constant [12 x i8] c"i16@?0c8f12\00" -// X64: store i32 1073741824, i32* %block.tmp2 +// X64: store i32 1073741824, i32* // X32: @.str = private constant [6 x i8] c"v4@?0\00" // X32: @__block_literal_global = internal constant %1 { i8** @_NSConcreteGlobalBlock, i32 1342177280, // X32: @.str1 = private constant [11 x i8] c"i12@?0c4f8\00" -// X32: store i32 1073741824, i32* %block.tmp2 +// X32: store i32 1073741824, i32* // rdar://7635294