]> granicus.if.org Git - clang/commit
Give the block inlining test a triple to determinise output
authorReid Kleckner <reid@kleckner.net>
Thu, 22 Jan 2015 01:19:19 +0000 (01:19 +0000)
committerReid Kleckner <reid@kleckner.net>
Thu, 22 Jan 2015 01:19:19 +0000 (01:19 +0000)
commit5f0ba04893d7f1bbfebdc1b1ba2952e3411b399f
treec53efdf6bbf3b54a1dd8e90e6fa725cd804476a7
parent6f399bb1fba8ca4f5d959209983766470b06f8e3
Give the block inlining test a triple to determinise output

It fails on Windows due to another temporary being emitted first, so the
LLVM internal renaming scheme gives out the name
__block_descriptor_tmp1.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226757 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/2009-01-05-BlockInlining.c