diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2011-01-04 20:05:20 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2011-01-04 20:05:20 +0000 |
commit | 3aa19e9a706b9725720bffe393dc7bce5b432abf (patch) | |
tree | c3a6dec33e0a774e7424f339c135df584150745a /clang/test/CodeGenObjC/objc2-nonfragile-abi-impl.m | |
parent | 36fd9f96cffba43c75cfd482c1491ef9ad5e89dc (diff) | |
download | bcm5719-llvm-3aa19e9a706b9725720bffe393dc7bce5b432abf.tar.gz bcm5719-llvm-3aa19e9a706b9725720bffe393dc7bce5b432abf.zip |
Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi.
// rdar://8818375
llvm-svn: 122831
Diffstat (limited to 'clang/test/CodeGenObjC/objc2-nonfragile-abi-impl.m')
-rw-r--r-- | clang/test/CodeGenObjC/objc2-nonfragile-abi-impl.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/objc2-nonfragile-abi-impl.m b/clang/test/CodeGenObjC/objc2-nonfragile-abi-impl.m index ff943303b74..cb830b8dcc9 100644 --- a/clang/test/CodeGenObjC/objc2-nonfragile-abi-impl.m +++ b/clang/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 |