Add support for DW_FORM_dataN and DW_FORM_udata to the DIE hashing

algorithm. Update the split dwarf hashing testcase accordingly - this
should be the last time that the hash of an empty file changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189427 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Christopher
2013-08-28 00:10:38 +00:00
parent 1997734e37
commit 7ced4fa257
3 changed files with 14 additions and 2 deletions

View File

@@ -29,6 +29,7 @@ class DIEHash {
// Collection of all attributes used in hashing a particular DIE.
struct DIEAttrs {
AttrEntry DW_AT_name;
AttrEntry DW_AT_language;
};
public: