]> granicus.if.org Git - clang/commit
Don't try to emit the vtable for a class just because we're emitting a
authorJohn McCall <rjmccall@apple.com>
Wed, 2 Jun 2010 21:22:02 +0000 (21:22 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 2 Jun 2010 21:22:02 +0000 (21:22 +0000)
commite21323588b32caf674213c9897dd12e2f0ea3cc5
tree46dcd26e89f6864fd3df029a3fda46c01e7f0d1f
parent79e5ab7a537987348a9ba01424d8bbe7080eac57
Don't try to emit the vtable for a class just because we're emitting a
virtual function from it.

Fixes PR7241.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105345 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGVTables.cpp
lib/CodeGen/CGVTables.h
test/CodeGenCXX/thunks.cpp
test/CodeGenCXX/virtual-base-destructor-call.cpp