This is an archive of the discontinued LLVM Phabricator instance.

[lldb][NFC] Simplify GenerateOptionUsage
ClosedPublic

Authored by DavidSpickett on May 9 2022, 4:15 AM.

Details

Summary

Once we get into the if block we know the value of only_print_args.
Move some variables closer to point of use.

Depends on D125218

Diff Detail

Event Timeline

DavidSpickett created this revision.May 9 2022, 4:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2022, 4:15 AM
DavidSpickett requested review of this revision.May 9 2022, 4:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 9 2022, 4:15 AM
This revision is now accepted and ready to land.May 13 2022, 1:04 PM
This revision was automatically updated to reflect the committed changes.