aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/image-info.m
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-01-26 01:44:04 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-01-26 01:44:04 +0000
commit21ae3196c9677a79523d294f9a62a4788ba40694 (patch)
treec7d4ea3032dfe3b5d78988be40c3daaf84f11df8 /test/CodeGenObjC/image-info.m
parent86820f58e077bfd8fdf7309129b6ff2c5c4eb0e4 (diff)
Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) triple instead of keying off architecture. Also, fix version define to properly include the revision/micro component of the version number.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC/image-info.m')
-rw-r--r--test/CodeGenObjC/image-info.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/image-info.m b/test/CodeGenObjC/image-info.m
index 17f75319a0..8916d0053f 100644
--- a/test/CodeGenObjC/image-info.m
+++ b/test/CodeGenObjC/image-info.m
@@ -1,2 +1,2 @@
-// RUN: %clang_cc1 -triple x86_64-apple-darwin-10 -emit-llvm -o %t %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o %t %s
// RUN: grep -F '@"\01L_OBJC_IMAGE_INFO" = internal constant [2 x i32] [i32 0, i32 16], section "__OBJC, __image_info,regular"' %t