diff options
author | Galina Kistanova <gkistanova@gmail.com> | 2011-06-03 22:24:54 +0000 |
---|---|---|
committer | Galina Kistanova <gkistanova@gmail.com> | 2011-06-03 22:24:54 +0000 |
commit | f56b4f6fddbb541f8cb55b56a24b3438a5f3550b (patch) | |
tree | 02c5f3f3d3d07f629f9b085c5f0c31c7499ac179 /clang/test/CodeGenObjC/debug-info-blocks.m | |
parent | 54e8ac5562fcc83c50cc1a451401b3a1bd15fcc6 (diff) | |
download | llvm-f56b4f6fddbb541f8cb55b56a24b3438a5f3550b.zip llvm-f56b4f6fddbb541f8cb55b56a24b3438a5f3550b.tar.gz llvm-f56b4f6fddbb541f8cb55b56a24b3438a5f3550b.tar.bz2 |
These tests require particular registered targets. Declared as such.
llvm-svn: 132600
Diffstat (limited to 'clang/test/CodeGenObjC/debug-info-blocks.m')
-rw-r--r-- | clang/test/CodeGenObjC/debug-info-blocks.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/debug-info-blocks.m b/clang/test/CodeGenObjC/debug-info-blocks.m index 70548570..fc8e962 100644 --- a/clang/test/CodeGenObjC/debug-info-blocks.m +++ b/clang/test/CodeGenObjC/debug-info-blocks.m @@ -1,3 +1,4 @@ +// REQUIRES: x86-64-registered-target // RUN: %clang_cc1 -masm-verbose -S -fblocks -g -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fobjc-dispatch-method=mixed %s -o - | FileCheck %s //Radar 9279956 |