]> granicus.if.org Git - clang/commit
When building with optimizations, emit thunks with available_externally linkage so...
authorAnders Carlsson <andersca@mac.com>
Sun, 6 Feb 2011 18:31:40 +0000 (18:31 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 6 Feb 2011 18:31:40 +0000 (18:31 +0000)
commit14e82fd91c6d5041aa840574143521d244f185cd
tree8a0f4a9734a6085ec451e9c2f85becae35533471
parent84c49e4e4baeb4c30251fd72220efb344b033cf0
When building with optimizations, emit thunks with available_externally linkage so devirtualized function calls can also be de-thunked.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124984 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGVTables.cpp
lib/CodeGen/CGVTables.h
test/CodeGenCXX/thunks-available-externally.cpp [new file with mode: 0644]