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 | 8604faeb6017dc81d3edad1cfebdb41f0b137a68 (patch) | |
tree | 80c6c4fcdaf23d34feb4d1e3d6610f8f0dc51c6c /test/CodeGenObjC/protocol-in-extended-class.m | |
parent | 4411d2e674b0119f682ac472c3a377f14fa9fa30 (diff) |
Tests use the new clang.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC/protocol-in-extended-class.m')
-rw-r--r-- | test/CodeGenObjC/protocol-in-extended-class.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/protocol-in-extended-class.m b/test/CodeGenObjC/protocol-in-extended-class.m index cad59b0fcd..ce1d0f3cea 100644 --- a/test/CodeGenObjC/protocol-in-extended-class.m +++ b/test/CodeGenObjC/protocol-in-extended-class.m @@ -1,6 +1,6 @@ -// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -S %s -o %t-64.s +// RUN: clang -cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -S %s -o %t-64.s // RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s -// RUN: clang-cc -triple i386-apple-darwin -S %s -o %t-32.s +// RUN: clang -cc1 -triple i386-apple-darwin -S %s -o %t-32.s // RUN: FileCheck -check-prefix LP32 --input-file=%t-32.s %s @protocol MyProtocol |