This is an archive of the discontinued LLVM Phabricator instance.

[ELF] Print file:line for unknown PHDR error
ClosedPublic

Authored by evgeny777 on Dec 2 2016, 3:32 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

evgeny777 updated this revision to Diff 80049.Dec 2 2016, 3:32 AM
evgeny777 retitled this revision from to [ELF] Print file:line for unknown PHDR error.
evgeny777 updated this object.
evgeny777 added reviewers: ruiu, rafael.
evgeny777 set the repository for this revision to rL LLVM.
evgeny777 added a project: lld.
evgeny777 added subscribers: grimar, ikudrin, llvm-commits.
grimar added inline comments.Dec 2 2016, 4:25 AM
test/ELF/linkerscript/phdrs.s
43 ↗(On Diff #80049)

Looks this can be single line

SECTIONS { .foo : {*(.foo.*)} :foo }" > %t.script
ruiu accepted this revision.Dec 2 2016, 3:29 PM
ruiu edited edge metadata.

LGTM

test/ELF/linkerscript/phdrs.s
43 ↗(On Diff #80049)

Yes, but please avoid foo everywhere, and instead use foo bar and baz, so that we know which foo when foo is displayed.

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