This is an archive of the discontinued LLVM Phabricator instance.

[Object] Rename getRelrRelocationType to getRelativeRelocationType
ClosedPublic

Authored by MaskRay on Dec 13 2018, 10:07 PM.

Details

Summary

The two utility functions were added in D47919 to support SHT_RELR.
However, these are just relative relocations types and are't
necessarily be named Relr.

Diff Detail

Repository
rL LLVM

Event Timeline

MaskRay created this revision.Dec 13 2018, 10:07 PM
MaskRay updated this revision to Diff 178181.Dec 13 2018, 10:09 PM

Rename RelrRelocationType

This revision is now accepted and ready to land.Dec 13 2018, 11:46 PM
This revision was automatically updated to reflect the committed changes.