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 | 0ccb31c389a09216a5b60cf05bd01516ddbe8d4f (patch) | |
tree | a0a89b42c54b199c79958fd498e87a72c331ebd0 /test/CodeGenObjC/try.m | |
parent | 2808757182879b25e55d4c2f8a131f00b5d2495d (diff) | |
download | clang-0ccb31c389a09216a5b60cf05bd01516ddbe8d4f.tar.gz |
These tests require particular registered targets. Declared as such.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132600 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC/try.m')
-rw-r--r-- | test/CodeGenObjC/try.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGenObjC/try.m b/test/CodeGenObjC/try.m index ba79d62634..56b8e646d9 100644 --- a/test/CodeGenObjC/try.m +++ b/test/CodeGenObjC/try.m @@ -1,3 +1,4 @@ +// REQUIRES: x86-registered-target,x86-64-registered-target // RUN: %clang_cc1 %s -fobjc-exceptions -S -o - -triple=i686-apple-darwin9 // RUN: %clang_cc1 %s -fobjc-exceptions -S -o - -triple=x86_64-apple-darwin9 |