commit | 112c3307aaa9ae9ee6ff5c2b4f6a53b1ea3c6f19 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Tue Jan 04 20:05:20 2011 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Tue Jan 04 20:05:20 2011 +0000 |
tree | cc78be78c8ef9d9975e9e3426969ad0ba558ce30 | |
parent | 72a2eb6339e99b495fcf708d3671cce0c1b943dc [diff] [blame] |
Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. // rdar://8818375 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122831 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/objc2-nonfragile-abi-impl.m b/test/CodeGenObjC/objc2-nonfragile-abi-impl.m index ff94330..cb830b8 100644 --- a/test/CodeGenObjC/objc2-nonfragile-abi-impl.m +++ b/test/CodeGenObjC/objc2-nonfragile-abi-impl.m
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi2 -emit-llvm -o %t %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -emit-llvm -o %t %s // rdar://7547942. @interface Base @end