DWARF type hashing: pointers to members
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 22 Oct 2013 18:14:41 +0000 (18:14 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 22 Oct 2013 18:14:41 +0000 (18:14 +0000)
commitf196208900e690fe2d3bb1c6ca393d3fcd64226d
tree8061602901d3c45944cc0cfce3a569a8538d7db1
parent51ec77d880ce53cbc8a48168185edc085df9b6d9
DWARF type hashing: pointers to members

Includes a test case/FIXME demonstrating a bug/limitation in pointer to
member hashing. To be honest I'm not sure why we don't just always use
summary hashing for referenced types... but perhaps I'm missing
something.

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