From 517fdc7a2d089e5434ad6f2374497fa26e22f753 Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Mon, 20 Aug 2012 21:55:33 +0000 Subject: [PATCH] Use -fobjc-runtime=macosx10.7 instead of obsolete -fobjc-runtime-has-weak. This should unbreak the buildbots (r162220). llvm-svn: 162232 --- clang/test/Index/complete-property-flags.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Index/complete-property-flags.m b/clang/test/Index/complete-property-flags.m index 3c5b0e231c3b..86ee8e26f759 100644 --- a/clang/test/Index/complete-property-flags.m +++ b/clang/test/Index/complete-property-flags.m @@ -21,7 +21,7 @@ // CHECK-CC1-NEXT: {TypedText unsafe_unretained} // CHECK-CC1-NOT: {TypedText weak} -// RUN: c-index-test -code-completion-at=%s:7:11 %s -fobjc-arc -fobjc-runtime-has-weak | FileCheck -check-prefix=CHECK-CC1-ARC %s +// RUN: c-index-test -code-completion-at=%s:7:11 %s -fobjc-arc -fobjc-runtime=macosx-10.7 | FileCheck -check-prefix=CHECK-CC1-ARC %s // CHECK-CC1-ARC: {TypedText assign} // CHECK-CC1-ARC-NEXT: {TypedText atomic} // CHECK-CC1-ARC-NEXT: {TypedText copy}