diff options
author | Sean Callanan <scallanan@apple.com> | 2011-12-07 22:39:39 +0000 |
---|---|---|
committer | Sean Callanan <scallanan@apple.com> | 2011-12-07 22:39:39 +0000 |
commit | 610baf42ce66a0b9ca9048b68bc5e8b819bb39d3 (patch) | |
tree | 4322b16f9d8b7e82a2ec2e7a171e678c7bec524c /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 56b70de01b98fe75adebf1ed7afa4d10799f8f9c (diff) | |
download | bcm5719-llvm-610baf42ce66a0b9ca9048b68bc5e8b819bb39d3.tar.gz bcm5719-llvm-610baf42ce66a0b9ca9048b68bc5e8b819bb39d3.zip |
Fixed a few details of method lookup in Objective-C
symbols. Now we find the correct method.
Unfortunately we don't get the superclass from the
runtime yet so the method doesn't import correctly
(and I added a check to make sure that doesn't hurt
us) but once we get that information right we will
report methods correctly to the parser as well.
Getting superclass information requires a common AST
context for all Objective-C runtime information,
meaning that the superclass and the subclass are in
the same AST context in all cases. That is the next
thing that needs to be done here.
llvm-svn: 146089
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions