DWARF type hashing: begin implementing Step 5, summary hashing in declarable contexts
authorDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Oct 2013 22:36:50 +0000 (22:36 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Mon, 21 Oct 2013 22:36:50 +0000 (22:36 +0000)
commitf1545a219744c1ae66137e64d1c456cd8e924eb7
treeb187a8ab686cef6d3882343adc4f1768b5f9907c
parent65d60c8468a40df0ef4f5c152e7e8ce572785400
DWARF type hashing: begin implementing Step 5, summary hashing in declarable contexts

There are several other tag types that need similar handling but to
ensure test coverage they'll be coming incrementally.

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