diff options
author | John McCall <rjmccall@apple.com> | 2012-08-21 02:47:43 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2012-08-21 02:47:43 +0000 |
commit | 3deb1ad40ca62a6d530650bfe9b00cf78749dae8 (patch) | |
tree | b0a0230e2d1a21831a75111ff1f0c7064c1c5b1f /clang/test/Driver/arc.c | |
parent | 3e358ccf92934f97ce68af764f60e15e814c71a7 (diff) | |
download | bcm5719-llvm-3deb1ad40ca62a6d530650bfe9b00cf78749dae8.tar.gz bcm5719-llvm-3deb1ad40ca62a6d530650bfe9b00cf78749dae8.zip |
Screw around with ObjCRuntime some more, changing the
diagnostics for bad deployment targets and adding a few
more predicates. Includes a patch by Jonathan Schleifer
to enable ARC for ObjFW.
llvm-svn: 162252
Diffstat (limited to 'clang/test/Driver/arc.c')
-rw-r--r-- | clang/test/Driver/arc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Driver/arc.c b/clang/test/Driver/arc.c index 5a5720c04ae..1072e6b7bbb 100644 --- a/clang/test/Driver/arc.c +++ b/clang/test/Driver/arc.c @@ -8,10 +8,10 @@ // Just to test clang is working. # foo -// CHECK: error: -fobjc-arc is not supported with legacy abi +// CHECK: error: -fobjc-arc is not supported on platforms using the legacy runtime // CHECK-NOT: invalid preprocessing directive -// NOTOBJC-NOT: error: -fobjc-arc is not supported with legacy abi +// NOTOBJC-NOT: error: -fobjc-arc is not supported on platforms using the legacy runtime // NOTOBJC: invalid preprocessing directive -// UNSUPPORTED: error: -fobjc-arc is not supported on current deployment target +// UNSUPPORTED: error: -fobjc-arc is not supported on versions of Mac OS prior to 10.6 |