mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 03:06:08 +00:00

a selector, the entry should be complete, containing everything introduced by that module and all modules it imports. Before writing out the method pool of a module, we sync up the out of date selectors by pulling in methods for the selectors, from all modules it imports. In ReadMethodPool, after pulling in the method pool entry for module A, this lets us skip the modules that module A imports. rdar://problem/25900131 llvm-svn: 268091
5 lines
40 B
Objective-C
5 lines
40 B
Objective-C
|
|
@interface S1
|
|
- (int)stringValue;
|
|
@end
|