This revision was automatically updated to reflect the committed changes.
Closed by commit rG4a94e3801dd7: [lldb][NFC] Simplify GenerateOptionUsage
(authored by DavidSpickett).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125219/new/
https://review
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125219/new/
https://reviews.llvm.org/D125219
___
DavidSpickett created this revision.
Herald added a project: All.
DavidSpickett requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
Once we get into the if block we know the value of only_print_args.
Move some variables closer to point of use.