Fix DW_AT_data_member_location for bit-fields. It points to the location of annonymou...
authorDevang Patel <dpatel@apple.com>
Wed, 4 Nov 2009 22:06:12 +0000 (22:06 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 4 Nov 2009 22:06:12 +0000 (22:06 +0000)
commit33db5082836bfe6257f9a36e16aecb062076837d
treebb61173ab110dace4bd73a3882035e7cffb4e5af
parent3d90dbee695e723f422dafca3fc75f193268ab9e
Fix DW_AT_data_member_location for bit-fields. It points to the location of annonymous field that covers respective field.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86054 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp