This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add getName and getFileName methods to InputChunk base class. NFC.
ClosedPublic

Authored by sbc100 on Jan 28 2018, 11:47 AM.

Details

Summary

These are useful to upcoming addition of --gc-sections support.

The InputFunction subclass already added this method anyway so
this change just makes it a little more general.

Diff Detail

Repository
rL LLVM

Event Timeline

sbc100 created this revision.Jan 28 2018, 11:47 AM
sbc100 edited the summary of this revision. (Show Details)Jan 28 2018, 11:48 AM
sbc100 updated this revision to Diff 131716.Jan 28 2018, 11:50 AM
  • [WebAssembly] Sort options in Options.td. NFC.
sbc100 updated this revision to Diff 131717.Jan 28 2018, 11:51 AM
  • revert accidental upload
This revision was not accepted when it landed; it landed in state Needs Review.Jan 28 2018, 12:00 PM
This revision was automatically updated to reflect the committed changes.

Sorry, I didn't mean to commit this without lgtm. I made a git-svn mistake. Please review and I will revert or update as needed.