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