This is an archive of the discontinued LLVM Phabricator instance.

[ELF] - Report valid binary filename when reporting error.
ClosedPublic

Authored by grimar on Jan 29 2018, 3:49 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Jan 29 2018, 3:49 AM
ruiu added inline comments.Feb 1 2018, 1:41 PM
test/ELF/duplicated-synthetic-sym.s
1–7 ↗(On Diff #131761)

Can you change the test? Linking an .s file as a binary file is confusing. Just create a temporary file by doing something like this

RUN: echo abc > %t.bin

and link that file.

grimar updated this revision to Diff 132563.Feb 2 2018, 3:31 AM
grimar marked an inline comment as done.
  • Rebased.
test/ELF/duplicated-synthetic-sym.s
1–7 ↗(On Diff #131761)

Done in rL324072.

ruiu accepted this revision.Feb 2 2018, 12:49 PM

LGTM

This revision is now accepted and ready to land.Feb 2 2018, 12:49 PM
This revision was automatically updated to reflect the committed changes.