We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce8252 commit 7694817Copy full SHA for 7694817
clang/test/DebugInfo/ObjC/property-auto-synth.m
@@ -1,12 +1,7 @@
1
-// FIXME: Check IR rather than asm, then triple is not needed.
2
-// RUN: %clang_cc1 -triple %itanium_abi_triple -S -debug-info-kind=limited %s -o - | FileCheck %s
3
-
4
-// CHECK: AT_APPLE_property_name
5
-// CHECK-NOT: AT_APPLE_property_getter
6
-// CHECK-NOT: AT_APPLE_property_setter
7
-// CHECK: AT_APPLE_property_attribute
8
-// CHECK: AT_APPLE_property
+// RUN: %clang_cc1 -emit-llvm -debug-info-kind=limited %s -o - | FileCheck %s
9
+// CHECK-NOT: setter
+// CHECK-NOT: getter
10
11
@interface I1
12
@property int p1;
0 commit comments