This is an archive of the discontinued LLVM Phabricator instance.

Improve llc help message for -split-dwarf-file
AcceptedPublic

Authored by trixirt on May 10 2018, 12:56 PM.

Details

Reviewers
dblaikie
Summary

The help message changes from

-split-dwarf-file=<string>        - Specify ...

to

-split-dwarf-file=<filename>   - Specify ...

Diff Detail

Repository
rL LLVM

Event Timeline

trixirt created this revision.May 10 2018, 12:56 PM
dblaikie accepted this revision.May 10 2018, 2:04 PM

Seems fine - I guess you could add a test case for this, but not sure we bother testing the help documentation for these internal tools.

This revision is now accepted and ready to land.May 10 2018, 2:04 PM