This is an archive of the discontinued LLVM Phabricator instance.

[ELF][X86_64][Hexagon] order plt/got entries properly and fix test
ClosedPublic

Authored by shankarke on Mar 12 2013, 10:55 PM.

Details

Reviewers
Bigcheese
Summary

The atoms in the map are not ordered in the same way as we create plt / got entries. This is to make the result consistent across continuous runs so that the ordinals are properly assigned.

Diff Detail

Event Timeline

Eugene.Zelenko closed this revision.Oct 5 2016, 3:26 PM
Eugene.Zelenko added a subscriber: Eugene.Zelenko.

Committed in rL176970.