mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +00:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user