This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Fix detection of hash collision in Apple Accel tables
ClosedPublic

Authored by fdeazeve on Jun 9 2023, 2:44 PM.

Details

Summary

The current implementation was ignoring the possibility of collisions.

Diff Detail

Event Timeline

fdeazeve created this revision.Jun 9 2023, 2:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 2:44 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
fdeazeve requested review of this revision.Jun 9 2023, 2:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2023, 2:44 PM
JDevlieghere accepted this revision.Jun 9 2023, 2:48 PM

LGTM!

llvm/test/DebugInfo/Generic/apple-names-hash-collisions.ll
14–15

Nice collision :D

This revision is now accepted and ready to land.Jun 9 2023, 2:48 PM
fdeazeve updated this revision to Diff 531802.Jun 15 2023, 9:45 AM

Fixing commit message to include proper review link

This revision was landed with ongoing or failed builds.Jun 15 2023, 9:46 AM
This revision was automatically updated to reflect the committed changes.