From: Rafael Espindola Date: Thu, 22 Jan 2015 01:26:39 +0000 (+0000) Subject: Try to fix -Asserts build bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6aca271d1c616d0e5eeb2b8239fe04921c747235;p=clang Try to fix -Asserts build bots. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226758 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/2009-01-05-BlockInlining.c b/test/CodeGen/2009-01-05-BlockInlining.c index 61e5244bb6..3a5fc89193 100644 --- a/test/CodeGen/2009-01-05-BlockInlining.c +++ b/test/CodeGen/2009-01-05-BlockInlining.c @@ -5,8 +5,8 @@ // and block literals are internal constants. // CHECK: @__block_descriptor_tmp = internal constant // CHECK: @__block_literal_global = internal constant -// CHECK: @__block_descriptor_tmp2 = internal constant -// CHECK: @__block_literal_global3 = internal constant +// CHECK: @__block_descriptor_tmp{{.}} = internal constant +// CHECK: @__block_literal_global{{.}} = internal constant static int fun(int x) { return x+1; }