This is an archive of the discontinued LLVM Phabricator instance.

[dwarfdump] Rename Brief to Verbose in DIDumpOptions
ClosedPublic

Authored by JDevlieghere on Sep 12 2017, 7:50 AM.

Details

Summary

This patches renames "brief" to "verbose" in de DIDumpOptions and
inverts the logic to match the new behavior where brief is the default.

As suggested by @rnk in D37717

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Sep 12 2017, 7:50 AM
aprantl accepted this revision.Sep 12 2017, 8:53 AM

Thanks!

This revision is now accepted and ready to land.Sep 12 2017, 8:53 AM

Changing the default value uncovered some bugs related to the DIDumpOptions not being properly propagated.

rnk accepted this revision.Sep 12 2017, 10:41 AM

Nice. :)

This revision was automatically updated to reflect the committed changes.