summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-12-03 04:40:03 +0000
committerGreg Clayton <gclayton@apple.com>2011-12-03 04:40:03 +0000
commit901c5ca15bc297f2974f1d5e63916e33422e9a84 (patch)
tree12449e8633b695ef7a41fa5bd25af0fa44f7e413 /llvm/test/CodeGen
parentbfaf54d665580be6fb33f0660c00dd34cb14e78b (diff)
downloadbcm5719-llvm-901c5ca15bc297f2974f1d5e63916e33422e9a84.tar.gz
bcm5719-llvm-901c5ca15bc297f2974f1d5e63916e33422e9a84.zip
Added code to make sure we don't recursively try to find an objective C
class. The thing with Objective C classes is the debug info might have a definition that isn't just a forward decl, but it is incomplete. So we need to look and see if we can find the complete definition and avoid recursing a lot due to the fact that our accelerator tables will have many versions of the type, but only one complete one. We might not also have the complete type and we need to deal with this correctly. llvm-svn: 145759
Diffstat (limited to 'llvm/test/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud