]> granicus.if.org Git - clang/commit
[PowerPC ABI] Bug 21398 - Consider C++ base classes in HA classification
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 29 Oct 2014 13:23:20 +0000 (13:23 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 29 Oct 2014 13:23:20 +0000 (13:23 +0000)
commit6ea747c1d6f56c693a65a486fc2c8d8efed3ea90
tree6090d39e9a7d1d6c9fc37d288effbab947410639
parent3b22dbc091290d078876034add03cff394088b26
[PowerPC ABI] Bug 21398 - Consider C++ base classes in HA classification

As discussed in bug 21398, PowerPC ABI code needs to consider C++ base
classes when classifying a class as homogeneous aggregate (or not) for
ABI purposes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220852 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/ppc64le-aggregates-cpp.cpp [new file with mode: 0644]