aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/thunks-available-externally.cpp
AgeCommit message (Collapse)Author
2011-02-06Fix self-host; if a thunk already exists and has available_externally ↵Anders Carlsson
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
2011-02-06When building with optimizations, emit thunks with available_externally ↵Anders Carlsson
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