diff options
author | Blaine Garst <blaine@apple.com> | 2010-02-23 22:59:01 +0000 |
---|---|---|
committer | Blaine Garst <blaine@apple.com> | 2010-02-23 22:59:01 +0000 |
commit | dffb51bac86d34f881b83c9db4489fe3d162d415 (patch) | |
tree | b371c7eb1c6e00fcd97bf20ae71685ef9e8cdd14 /clang | |
parent | fe0a8cd2107738b1d15afe0bb6682bbcc067754e (diff) | |
download | bcm5719-llvm-dffb51bac86d34f881b83c9db4489fe3d162d415.tar.gz bcm5719-llvm-dffb51bac86d34f881b83c9db4489fe3d162d415.zip |
fix buildbot failure on windows by slightly trimming test output to ignore temporary name
llvm-svn: 96998
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/CodeGen/blocksignature.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/blocksignature.c b/clang/test/CodeGen/blocksignature.c index 141693f9e4d..6ed8750e9b1 100644 --- a/clang/test/CodeGen/blocksignature.c +++ b/clang/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 |