This revision was automatically updated to reflect the committed changes.
Closed by commit rLLDB348775: Do not use PATH_MAX with SmallString (authored by
stella.stamenova, committed by ).
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55457/new/
https://reviews.l
stella.stamenova created this revision.
stella.stamenova added reviewers: labath, asmith.
Herald added a subscriber: lldb-commits.
Instead use a more reasonable value to start and rely on the fact that
SmallString will resize if necessary.
Repository:
rLLDB LLDB
https://reviews.llvm.org/D554