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/objc-read-weak-byref.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/objc-read-weak-byref.m')
-rw-r--r-- | clang/test/CodeGenObjC/objc-read-weak-byref.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/objc-read-weak-byref.m b/clang/test/CodeGenObjC/objc-read-weak-byref.m index 3edaf4c749e..35854f234ef 100644 --- a/clang/test/CodeGenObjC/objc-read-weak-byref.m +++ b/clang/test/CodeGenObjC/objc-read-weak-byref.m @@ -1,6 +1,6 @@ -// RUN: clang-cc -fblocks -fobjc-gc -triple x86_64-apple-darwin -S %s -o %t-64.s +// RUN: clang -cc1 -fblocks -fobjc-gc -triple x86_64-apple-darwin -S %s -o %t-64.s // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s -// RUN: clang-cc -fblocks -fobjc-gc -triple i386-apple-darwin -S %s -o %t-32.s +// RUN: clang -cc1 -fblocks -fobjc-gc -triple i386-apple-darwin -S %s -o %t-32.s // RUN: FileCheck -check-prefix LP32 --input-file=%t-32.s %s @interface NSObject |