OSDN Git Service

When computing the size of a base type be conservative if the type
authorEric Christopher <echristo@gmail.com>
Wed, 12 Mar 2014 18:18:05 +0000 (18:18 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 12 Mar 2014 18:18:05 +0000 (18:18 +0000)
commit365f0455a6b202d349619ad9be3f2bccabc76d92
tree73d3c6115b78214491c990fca850ecb7680d493a
parent922568615548cfc7660d45bbef15ab6f32a11cf8
When computing the size of a base type be conservative if the type
is a declaration and return the size of the type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203690 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfUnit.cpp
test/DebugInfo/decl-derived-member.ll [new file with mode: 0644]