commit | 8604faeb6017dc81d3edad1cfebdb41f0b137a68 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Mon Dec 14 17:13:18 2009 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Mon Dec 14 17:13:18 2009 +0000 |
tree | 80c6c4fcdaf23d34feb4d1e3d6610f8f0dc51c6c | |
parent | 4411d2e674b0119f682ac472c3a377f14fa9fa30 [diff] [blame] |
Tests use the new clang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91290 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/compatibility-alias.m b/test/CodeGenObjC/compatibility-alias.m index 11e5a27..aca2745 100644 --- a/test/CodeGenObjC/compatibility-alias.m +++ b/test/CodeGenObjC/compatibility-alias.m
@@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm -o %t %s +// RUN: clang -cc1 -emit-llvm -o %t %s @interface Int1 @end