diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-12-14 17:13:18 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-12-14 17:13:18 +0000 |
commit | 4ee39815745df681309c0797893e1ef6c2660432 (patch) | |
tree | 727de9d3606887234a939e0822b44c75b43d978d /clang/test/CodeGenObjC/objc2-write-barrier-5.m | |
parent | 163fb2692711e60c3080ce443f0d06a40939deaf (diff) | |
download | bcm5719-llvm-4ee39815745df681309c0797893e1ef6c2660432.tar.gz bcm5719-llvm-4ee39815745df681309c0797893e1ef6c2660432.zip |
Tests use the new clang.
llvm-svn: 91290
Diffstat (limited to 'clang/test/CodeGenObjC/objc2-write-barrier-5.m')
-rw-r--r-- | clang/test/CodeGenObjC/objc2-write-barrier-5.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/objc2-write-barrier-5.m b/clang/test/CodeGenObjC/objc2-write-barrier-5.m index 2e51b44093a..8241af7b302 100644 --- a/clang/test/CodeGenObjC/objc2-write-barrier-5.m +++ b/clang/test/CodeGenObjC/objc2-write-barrier-5.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o %t %s +// RUN: clang -cc1 -triple x86_64-apple-darwin10 -fobjc-gc -emit-llvm -o %t %s // RUN: grep objc_assign_ivar %t | count 0 // RUN: grep objc_assign_strongCast %t | count 5 |