| commit | c057794adb7ffd2bf493de58828eb04aed1f6d41 | [log] [tgz] |
|---|---|---|
| author | Fariborz Jahanian <fjahanian@apple.com> | Fri Apr 22 22:02:28 2011 +0000 |
| committer | Fariborz Jahanian <fjahanian@apple.com> | Fri Apr 22 22:02:28 2011 +0000 |
| tree | 9e7837d64a918703315113283fd521a88e12b48c | |
| parent | 6d277517d100a7b0791c3fb597065a549a36e90b [diff] |
Fixes an instance method meta-data generation bug in ObjC NeXt runtime where method pointer registered in metadata belongs to an unrelated method. Ast part of this fix, I turned at @end missing warning (for class implementations) into an error as we can never be sure that meta-data being generated is correct. // rdar://9072317 llvm-svn: 130019