diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-10-18 00:22:49 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2011-10-18 00:22:49 +0000 |
commit | 697729a7de98a95550144a7dca360213af2e72b1 (patch) | |
tree | f2405b8e4ec114e92eed06129c54eeebe104666d /clang/test/Driver/ios-simulator-arcruntime.c | |
parent | 8211c051ca29377f0e048643541b10e37fce5357 (diff) | |
download | bcm5719-llvm-697729a7de98a95550144a7dca360213af2e72b1.tar.gz bcm5719-llvm-697729a7de98a95550144a7dca360213af2e72b1.zip |
Revert r142311, -mios-simulator-version-min does not work correctly.
llvm-svn: 142322
Diffstat (limited to 'clang/test/Driver/ios-simulator-arcruntime.c')
-rw-r--r-- | clang/test/Driver/ios-simulator-arcruntime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Driver/ios-simulator-arcruntime.c b/clang/test/Driver/ios-simulator-arcruntime.c index c8f73df66a6..bec9f7b1fdc 100644 --- a/clang/test/Driver/ios-simulator-arcruntime.c +++ b/clang/test/Driver/ios-simulator-arcruntime.c @@ -1,5 +1,5 @@ -// RUN: %clang -### -x objective-c -ccc-host-triple i386-apple-darwin10 -arch i386 -mios-simulator-version-min=4.2 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s -// RUN: %clang -### -x objective-c -ccc-host-triple i386-apple-darwin10 -arch i386 -mios-simulator-version-min=5 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s +// RUN: %clang -### -x objective-c -ccc-host-triple i386-apple-darwin10 -arch i386 -mmacosx-version-min=10.6 -D__IPHONE_OS_VERSION_MIN_REQUIRED=40201 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS1 %s +// RUN: %clang -### -x objective-c -ccc-host-triple i386-apple-darwin10 -arch i386 -mmacosx-version-min=10.6 -D__IPHONE_OS_VERSION_MIN_REQUIRED=50000 -fobjc-arc -fsyntax-only %s 2>&1 | FileCheck -check-prefix=CHECK-OPTIONS2 %s // // CHECK-OPTIONS1-NOT: -fobjc-runtime-has-weak |