This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Target interface simplification, getGotRefReloc() removed.
ClosedPublic

Authored by grimar on Dec 1 2015, 5:49 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar updated this revision to Diff 41496.Dec 1 2015, 5:49 AM
grimar retitled this revision from to [ELF] - Target interface simplification, getGotRefReloc() removed. .
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
ruiu accepted this revision.Dec 1 2015, 9:43 AM
ruiu edited edge metadata.

LGTM with a nit.

ELF/InputSection.cpp
156 ↗(On Diff #41496)
if (Body.isTLS())
  Type = Target->getTlsGotReloc();
This revision is now accepted and ready to land.Dec 1 2015, 9:43 AM
This revision was automatically updated to reflect the committed changes.