This is an archive of the discontinued LLVM Phabricator instance.

[mips] Emit R_MICROMIPS_TLS_GOTTPREL relocation for %gottprel in case of microMIPS
ClosedPublic

Authored by atanasyan on Apr 27 2017, 2:28 PM.

Details

Summary

In case of microMIPS mode %gottprel operator should emit microMIPS relocation R_MICROMIPS_TLS_GOTTPREL, not R_MIPS_TLS_GOTTPREL.

Diff Detail

Repository
rL LLVM

Event Timeline

atanasyan created this revision.Apr 27 2017, 2:28 PM
sdardis accepted this revision.Apr 28 2017, 5:18 AM

LGTM.

This revision is now accepted and ready to land.Apr 28 2017, 5:18 AM
This revision was automatically updated to reflect the committed changes.