diff options
Diffstat (limited to 'test/CodeGenObjC/debug-info-crash.m')
-rw-r--r-- | test/CodeGenObjC/debug-info-crash.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenObjC/debug-info-crash.m b/test/CodeGenObjC/debug-info-crash.m index 92f9c0eda316..eb2143faed6c 100644 --- a/test/CodeGenObjC/debug-info-crash.m +++ b/test/CodeGenObjC/debug-info-crash.m @@ -1,3 +1,4 @@ +// REQUIRES: x86-registered-target // RUN: %clang_cc1 -triple i386-apple-darwin10 -fblocks -g -S %s -o - // rdar://7556129 |