diff options
Diffstat (limited to 'clang')
-rw-r--r-- | clang/test/CodeGen/2009-01-05-BlockInlining.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2009-01-05-BlockInlining.c b/clang/test/CodeGen/2009-01-05-BlockInlining.c index 9153771f3a4..61e5244bb68 100644 --- a/clang/test/CodeGen/2009-01-05-BlockInlining.c +++ b/clang/test/CodeGen/2009-01-05-BlockInlining.c @@ -1,4 +1,4 @@ -// 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 |