[PATCH] D113456: Allow protocol metadata to be deduplicated within dylibs

2022-03-07 Thread Davide Italiano via Phabricator via cfe-commits
davide abandoned this revision. davide added a comment. Herald added a project: All. We fixed this in the linker. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D113456/new/ https://reviews.llvm.org/D113456 __

[PATCH] D113456: Allow protocol metadata to be deduplicated within dylibs

2021-11-08 Thread Davide Italiano via Phabricator via cfe-commits
davide created this revision. davide added reviewers: rjmccall, rsmith, pete, ab, jckarter. davide requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. Given these two files: #import @interface Bar : NSObject @end @implementation