This is an archive of the discontinued LLVM Phabricator instance.

[elf] adjust sysv hash return type
ClosedPublic

Authored by urnathan on Apr 14 2023, 2:24 PM.

Details

Summary

I didn't do this when fixing the hash function, but this seems a good thing to do -- and match the gnu hash fn too.

Diff Detail

Event Timeline

urnathan created this revision.Apr 14 2023, 2:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 2:24 PM
urnathan requested review of this revision.Apr 14 2023, 2:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 14 2023, 2:24 PM
MaskRay accepted this revision.Apr 14 2023, 2:30 PM

I didn't do this when fixing the hash function, but this seems a good thing to do -- and match the gnu hash fn too.

Be specific. This is regarding commit 8bdbebbecdd5d0f70fa0722659b67adee930c58c.

GNU hash instead of gnu hash.

This revision is now accepted and ready to land.Apr 14 2023, 2:30 PM
This revision was landed with ongoing or failed builds.Apr 18 2023, 3:20 PM
This revision was automatically updated to reflect the committed changes.