diff options
Diffstat (limited to 'clang/test/CodeGenObjC/debug-info-block-helper.m')
-rw-r--r-- | clang/test/CodeGenObjC/debug-info-block-helper.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-block-helper.m b/clang/test/CodeGenObjC/debug-info-block-helper.m index 216f88a8d81..136af14bff8 100644 --- a/clang/test/CodeGenObjC/debug-info-block-helper.m +++ b/clang/test/CodeGenObjC/debug-info-block-helper.m @@ -1,3 +1,4 @@ +// REQUIRES: x86-64-registered-target // RUN: %clang_cc1 -masm-verbose -S -fblocks -g -triple x86_64-apple-darwin10 %s -o - | FileCheck %s extern void foo(void(^)(void)); |