aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/debug-info-blocks.m
diff options
context:
space:
mode:
authorGalina Kistanova <gkistanova@gmail.com>2011-06-03 22:24:54 +0000
committerGalina Kistanova <gkistanova@gmail.com>2011-06-03 22:24:54 +0000
commitf56b4f6fddbb541f8cb55b56a24b3438a5f3550b (patch)
tree02c5f3f3d3d07f629f9b085c5f0c31c7499ac179 /clang/test/CodeGenObjC/debug-info-blocks.m
parent54e8ac5562fcc83c50cc1a451401b3a1bd15fcc6 (diff)
downloadllvm-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.m1
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