This is an archive of the discontinued LLVM Phabricator instance.

Simplify mips gprel handling
ClosedPublic

Authored by espindola on Jan 2 2018, 4:35 PM.

Details

Reviewers
atanasyan
ruiu
Summary

We normally add checks on the architecture independent Expr instead of on the architecture dependent relocation type.

Diff Detail

Event Timeline

espindola created this revision.Jan 2 2018, 4:35 PM
atanasyan accepted this revision.Jan 3 2018, 4:03 AM

LGTM

ELF/Relocations.cpp
894

We can drop this paragraph now,

This revision is now accepted and ready to land.Jan 3 2018, 4:03 AM