[cfe-commits] r154130 - /cfe/trunk/test/CodeGenObjC/debug-info-property4.m

Eric Christopher echristo at apple.com
Thu Apr 5 15:03:36 PDT 2012


Author: echristo
Date: Thu Apr  5 17:03:35 2012
New Revision: 154130

URL: http://llvm.org/viewvc/llvm-project?rev=154130&view=rev
Log:
Enhance testing a bit to make sure that we're omitting the
getter and setter when they're synthesized with the default
names.

rdar://11179756

Modified:
    cfe/trunk/test/CodeGenObjC/debug-info-property4.m

Modified: cfe/trunk/test/CodeGenObjC/debug-info-property4.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/debug-info-property4.m?rev=154130&r1=154129&r2=154130&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/debug-info-property4.m (original)
+++ cfe/trunk/test/CodeGenObjC/debug-info-property4.m Thu Apr  5 17:03:35 2012
@@ -1,6 +1,8 @@
 // RUN: %clang_cc1 -fobjc-default-synthesize-properties -masm-verbose -S -g %s -o - | FileCheck %s
 
 // CHECK: AT_APPLE_property_name
+// CHECK-NOT: AT_APPLE_property_getter
+// CHECK-NOT: AT_APPLE_property_setter
 // CHECK: AT_APPLE_property_attribute
 // CHECK: AT_APPLE_property
 





More information about the cfe-commits mailing list