summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/messages.m
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-12-14 17:13:18 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-12-14 17:13:18 +0000
commit4ee39815745df681309c0797893e1ef6c2660432 (patch)
tree727de9d3606887234a939e0822b44c75b43d978d /clang/test/CodeGenObjC/messages.m
parent163fb2692711e60c3080ce443f0d06a40939deaf (diff)
downloadbcm5719-llvm-4ee39815745df681309c0797893e1ef6c2660432.tar.gz
bcm5719-llvm-4ee39815745df681309c0797893e1ef6c2660432.zip
Tests use the new clang.
llvm-svn: 91290
Diffstat (limited to 'clang/test/CodeGenObjC/messages.m')
-rw-r--r--clang/test/CodeGenObjC/messages.m6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/CodeGenObjC/messages.m b/clang/test/CodeGenObjC/messages.m
index ac3b81dead6..113486dde45 100644
--- a/clang/test/CodeGenObjC/messages.m
+++ b/clang/test/CodeGenObjC/messages.m
@@ -1,8 +1,8 @@
-// RUN: clang-cc -emit-llvm -o %t %s
+// RUN: clang -cc1 -emit-llvm -o %t %s
// RUN: grep "objc_msgSend" %t | count 6
-// RUN: clang-cc -fgnu-runtime -emit-llvm -o %t %s
+// RUN: clang -cc1 -fgnu-runtime -emit-llvm -o %t %s
// RUN: grep "objc_msg_lookup" %t | count 6
-// RUN: clang-cc -fgnu-runtime -fobjc-nonfragile-abi -emit-llvm -o %t %s
+// RUN: clang -cc1 -fgnu-runtime -fobjc-nonfragile-abi -emit-llvm -o %t %s
// RUN: grep "objc_msg_lookup_sender" %t | count 6
typedef struct {
OpenPOWER on IntegriCloud