]> granicus.if.org Git - clang/commit
[ms-cxxabi] There are no key functions in the Microsoft C++ ABI
authorReid Kleckner <reid@kleckner.net>
Wed, 29 May 2013 16:18:30 +0000 (16:18 +0000)
committerReid Kleckner <reid@kleckner.net>
Wed, 29 May 2013 16:18:30 +0000 (16:18 +0000)
commit5a8b0491df5491566ddbf63a99e714a2bd4bb046
tree48b4c915d79951b0495e4bca68e1b8e6932b6bdb
parent3c16e699b2a6926017b5f7a1516dc1be67468713
[ms-cxxabi] There are no key functions in the Microsoft C++ ABI

MSVC's class data is always comdat, so clang's should always be
linkonce_odr in LLVM IR.

Reviewers: pcc

Differential Revision: http://llvm-reviews.chandlerc.com/D838

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182865 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/TargetCXXABI.h
lib/AST/RecordLayoutBuilder.cpp
test/CodeGenCXX/microsoft-abi-vtables-single-inheritance.cpp