]> granicus.if.org Git - clang/commit
Fix self-host; if a thunk already exists and has available_externally linkage, we...
authorAnders Carlsson <andersca@mac.com>
Sun, 6 Feb 2011 20:09:44 +0000 (20:09 +0000)
committerAnders Carlsson <andersca@mac.com>
Sun, 6 Feb 2011 20:09:44 +0000 (20:09 +0000)
commit22df7b17f1b086f4347256406703d259753a0cbf
treef8eca9a9ec35c95a6f23e6254aac304d9b1304dd
parent14e82fd91c6d5041aa840574143521d244f185cd
Fix self-host; if a thunk already exists and has available_externally linkage, we should change its linkage instead of asserting.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124986 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGVTables.cpp
test/CodeGenCXX/thunks-available-externally.cpp