Skip to content
Snippets Groups Projects
Commit 5f0ba048 authored by Reid Kleckner's avatar Reid Kleckner
Browse files

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
parent 6f399bb1
No related branches found
No related tags found
No related merge requests found
// RUN: %clang_cc1 %s -emit-llvm -fblocks -o - | FileCheck %s
// RUN: %clang_cc1 %s -triple x86_64-linux -emit-llvm -fblocks -o - | FileCheck %s
// rdar://5865221
// These will be inlined by the optimizers provided the block descriptors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment