aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ObjectFile.cpp
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2012-04-09 21:51:56 +0000
committerJohn McCall <rjmccall@apple.com>2012-04-09 21:51:56 +0000
commitdd1eca34b52d7c9239c59e85ecb372051634bc1e (patch)
tree95c34d2787313a0f81879987fcc0326518d85ec9 /llvm/lib/Object/ObjectFile.cpp
parentd42742143c13cd1aca95f659bedb4a3bc8c7f76b (diff)
downloadllvm-dd1eca34b52d7c9239c59e85ecb372051634bc1e.zip
llvm-dd1eca34b52d7c9239c59e85ecb372051634bc1e.tar.gz
llvm-dd1eca34b52d7c9239c59e85ecb372051634bc1e.tar.bz2
My original patch missed the virtual-base case for destroying
base-class subojects. Incidentally, thinking about virtual bases makes it clear to me that we're not appropriately computing the access to the virtual base's member because we're not computing the best possible access to the virtual base at all; in fact, we're basically assuming it's public. I'll file a separate PR about that. llvm-svn: 154346
Diffstat (limited to 'llvm/lib/Object/ObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions