forked from OSchip/llvm-project
parent
33e97e63a5
commit
434de7a33f
|
@ -38,7 +38,6 @@ struct Equals {
|
||||||
} // anonymous namespace
|
} // anonymous namespace
|
||||||
|
|
||||||
uint64_t SectionChunk::getHash() const {
|
uint64_t SectionChunk::getHash() const {
|
||||||
ArrayRef<uint8_t> A = getContents();
|
|
||||||
return hash_combine(getPermissions(),
|
return hash_combine(getPermissions(),
|
||||||
hash_value(SectionName),
|
hash_value(SectionName),
|
||||||
NumRelocs,
|
NumRelocs,
|
||||||
|
|
Loading…
Reference in New Issue