This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Refactor of LinkerScript<ELFT>::getPhdrIndicesForSection
ClosedPublic

Authored by grimar on Jul 20 2016, 9:39 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar updated this revision to Diff 64701.Jul 20 2016, 9:39 AM
grimar retitled this revision from to [ELF] - Refactor of LinkerScript<ELFT>::getPhdrIndicesForSection.
grimar updated this object.
grimar added a reviewer: ruiu.
grimar added subscribers: llvm-commits, grimar, evgeny777.
ruiu accepted this revision.Jul 20 2016, 9:42 AM
ruiu edited edge metadata.

LGTM

ELF/LinkerScript.cpp
461 ↗(On Diff #64701)

Please replace [PhdrName] with [&] as the function body is so short.

This revision is now accepted and ready to land.Jul 20 2016, 9:42 AM
This revision was automatically updated to reflect the committed changes.