diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2013-10-02 22:49:59 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2013-10-02 22:49:59 +0000 |
commit | 8c45e283f2e92fdf6a45b5fe75ebcb351675c5ef (patch) | |
tree | 10298bf60046008afb9d051be87da3756bdab168 /clang/test/ARCMT/objcmt-ns-macros.m | |
parent | 0be1cb1c7b6bfae3cc5107c85827bb499a8c6015 (diff) | |
download | bcm5719-llvm-8c45e283f2e92fdf6a45b5fe75ebcb351675c5ef.tar.gz bcm5719-llvm-8c45e283f2e92fdf6a45b5fe75ebcb351675c5ef.zip |
ObjectiveC migrator: Add individual options and
enable them for distinct feature migration.
// rdar://15003157
llvm-svn: 191863
Diffstat (limited to 'clang/test/ARCMT/objcmt-ns-macros.m')
-rw-r--r-- | clang/test/ARCMT/objcmt-ns-macros.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/ARCMT/objcmt-ns-macros.m b/clang/test/ARCMT/objcmt-ns-macros.m index 14af8cbda17..4ae42c496ef 100644 --- a/clang/test/ARCMT/objcmt-ns-macros.m +++ b/clang/test/ARCMT/objcmt-ns-macros.m @@ -1,5 +1,5 @@ // RUN: rm -rf %t -// RUN: %clang_cc1 -objcmt-migrate-all -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11 +// RUN: %clang_cc1 -objcmt-migrate-ns-macros -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %s.result // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -x objective-c -fobjc-runtime-has-weak -fobjc-arc %s.result |