summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/debug-info-crash-2.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/debug-info-crash-2.m')
-rw-r--r--test/CodeGenObjC/debug-info-crash-2.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGenObjC/debug-info-crash-2.m b/test/CodeGenObjC/debug-info-crash-2.m
index a2acd9dc9170..7d05f535c9af 100644
--- a/test/CodeGenObjC/debug-info-crash-2.m
+++ b/test/CodeGenObjC/debug-info-crash-2.m
@@ -1,4 +1,6 @@
// RUN: %clang_cc1 -triple x86_64-apple-darwin11 -g -S %s -o -
+// REQUIRES: x86-64-registered-target
+
@class Bar;
@interface Foo
@property (strong, nonatomic) Bar *window;