mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
DIEHash: Include the trailing zero byte after the children of a DIE
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -23,6 +23,6 @@ TEST(DIEHashData1Test, DIEHash) {
|
||||
DIEInteger Size(4);
|
||||
Die.addValue(dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, &Size);
|
||||
uint64_t MD5Res = Hash.computeTypeSignature(&Die);
|
||||
ASSERT_EQ(MD5Res, 0x540e9ff30ade3e4aULL);
|
||||
ASSERT_EQ(MD5Res, 0x4F68EF1039F8D2BULL);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user