Mercurial > hg > CbC > CbC_llvm
view clang/test/CodeGenObjC/gnu-method-only-once.m @ 266:00f31e85ec16 default tip
Added tag current for changeset 31d058e83c98
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 14 Oct 2023 10:13:55 +0900 |
parents | 1f2b6ac9f198 |
children |
line wrap: on
line source
// RUN: %clang_cc1 -triple x86_64-unknown-freebsd -S -emit-llvm -fobjc-runtime=gnustep-2.0 -o - %s | FileCheck %s -check-prefix=CHECK-NEW // RUN: %clang_cc1 -triple x86_64-unknown-freebsd -S -emit-llvm -fobjc-runtime=gnustep-1.8 -o - %s | FileCheck %s -check-prefix=CHECK-OLD // Clang 9 or 10 changed the handling of method lists so that methods provided // from synthesised properties showed up in the method list, where previously // CGObjCGNU had to collect them and merge them. One of the places where this // merging happened was missed in the move and so we ended up emitting two // copies of method metadata for declared properties. // This class has only instance properties and only one pair of synthesized // methods from the property and so we should synthesize only one method list, // with precisely two methods on it. @interface X @property (retain) id iProp; @end @implementation X @synthesize iProp; @end // Check that the method list has precisely 2 methods. // CHECK-NEW: @.objc_method_list = internal global { ptr, i32, i64, [2 x // CHECK-OLD: @.objc_method_list = internal global { ptr, i32, [2 x