summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC
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
commitd86666ffd74f4339285ac89e1ea2526ab09e4f44 (patch)
tree2915efb7eb7f47df91e1e4db3b8ede38655dd924 /clang/test/CodeGenObjC
parentb89836b6db6fa5344a8a1379d9c0bbaa84ea9b1d (diff)
downloadbcm5719-llvm-d86666ffd74f4339285ac89e1ea2526ab09e4f44.tar.gz
bcm5719-llvm-d86666ffd74f4339285ac89e1ea2526ab09e4f44.zip
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.
llvm-svn: 94487
Diffstat (limited to 'clang/test/CodeGenObjC')
-rw-r--r--clang/test/CodeGenObjC/image-info.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/image-info.m b/clang/test/CodeGenObjC/image-info.m
index 17f75319a0d..8916d0053fe 100644
--- a/clang/test/CodeGenObjC/image-info.m
+++ b/clang/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
OpenPOWER on IntegriCloud