[cfe-commits] r162232 - /cfe/trunk/test/Index/complete-property-flags.m
Jordan Rose
jordan_rose at apple.com
Mon Aug 20 14:55:33 PDT 2012
Author: jrose
Date: Mon Aug 20 16:55:33 2012
New Revision: 162232
URL: http://llvm.org/viewvc/llvm-project?rev=162232&view=rev
Log:
Use -fobjc-runtime=macosx10.7 instead of obsolete -fobjc-runtime-has-weak.
This should unbreak the buildbots (r162220).
Modified:
cfe/trunk/test/Index/complete-property-flags.m
Modified: cfe/trunk/test/Index/complete-property-flags.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Index/complete-property-flags.m?rev=162232&r1=162231&r2=162232&view=diff
==============================================================================
--- cfe/trunk/test/Index/complete-property-flags.m (original)
+++ cfe/trunk/test/Index/complete-property-flags.m Mon Aug 20 16:55:33 2012
@@ -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}
More information about the cfe-commits
mailing list