This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - replaced std::function with raw pointers in LinkerScript.cpp
ClosedPublic

Authored by grimar on Feb 22 2016, 2:08 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar updated this revision to Diff 48659.Feb 22 2016, 2:08 AM
grimar retitled this revision from to [ELF] - replaced std::function with raw pointers in LinkerScript.cpp.
grimar updated this object.
grimar added reviewers: dblaikie, ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
grimar updated this object.Feb 22 2016, 3:13 AM
rafael accepted this revision.Feb 22 2016, 5:48 AM
rafael edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 22 2016, 5:48 AM
dblaikie added inline comments.Feb 22 2016, 10:13 AM
ELF/LinkerScript.cpp
120 ↗(On Diff #48659)

Should this be static/const, then? (doesn't seem it ever gets modified, etc)

grimar updated this revision to Diff 48785.Feb 23 2016, 12:16 AM
grimar edited edge metadata.

Addressed David's and Rui's review comments.

ruiu accepted this revision.Feb 23 2016, 2:13 PM
ruiu edited edge metadata.

LGTM assuming you address David Blaikie's comment.

This revision was automatically updated to reflect the committed changes.
grimar marked an inline comment as done.