This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Linkerscript: implemented ADDR command.
ClosedPublic

Authored by grimar on Aug 26 2016, 2:05 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar updated this revision to Diff 69327.Aug 26 2016, 2:05 AM
grimar retitled this revision from to [ELF] - Linkerscript: implemented ADDR command..
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar, evgeny777.
grimar added inline comments.
ELF/LinkerScript.cpp
1071 ↗(On Diff #69327)

Amount of such bulky methods in this class is large enough already. I suggest to land https://reviews.llvm.org/D23872 or something else first.

ruiu accepted this revision.Aug 29 2016, 3:02 PM
ruiu edited edge metadata.

LGTM

ELF/LinkerScript.cpp
1071 ↗(On Diff #69327)

This is somewhat agree indeed, but I don't like to introduced a new class and virtual calls to workaround too. I'm probably OK with this for now.

This revision is now accepted and ready to land.Aug 29 2016, 3:02 PM
This revision was automatically updated to reflect the committed changes.