commit | 0ccb31c389a09216a5b60cf05bd01516ddbe8d4f | [log] [tgz] |
---|---|---|
author | Galina Kistanova <gkistanova@gmail.com> | Fri Jun 03 22:24:54 2011 +0000 |
committer | Galina Kistanova <gkistanova@gmail.com> | Fri Jun 03 22:24:54 2011 +0000 |
tree | a0a89b42c54b199c79958fd498e87a72c331ebd0 | |
parent | 2808757182879b25e55d4c2f8a131f00b5d2495d [diff] [blame] |
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
diff --git a/test/CodeGenObjC/no-vararg-messaging.m b/test/CodeGenObjC/no-vararg-messaging.m index f72820a..6747c0c 100644 --- a/test/CodeGenObjC/no-vararg-messaging.m +++ b/test/CodeGenObjC/no-vararg-messaging.m
@@ -1,3 +1,4 @@ +// REQUIRES: x86-64-registered-target // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -S -o - %s | FileCheck %s // rdar://9048030