This is an archive of the discontinued LLVM Phabricator instance.

[llvm-strings] Add support for the -a/--all options
ClosedPublic

Authored by mstorsjo on Nov 14 2017, 4:02 AM.

Details

Summary

They don't actually change nay behaviour, as llvm-strings currently checks the whole object without looking at individual sections anyway.

This allows using llvm-strings in a context that explicitly passes the -a option.

Diff Detail

Repository
rL LLVM

Event Timeline

mstorsjo created this revision.Nov 14 2017, 4:02 AM
dberris accepted this revision.Nov 14 2017, 5:04 AM
dberris added a subscriber: dberris.

LGTM

This revision is now accepted and ready to land.Nov 14 2017, 5:04 AM
This revision was automatically updated to reflect the committed changes.