This is an archive of the discontinued LLVM Phabricator instance.

Do not use PATH_MAX with SmallString
ClosedPublic

Authored by stella.stamenova on Dec 7 2018, 1:15 PM.

Details

Summary

Instead use a more reasonable value to start and rely on the fact that SmallString will resize if necessary.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

labath accepted this revision.Dec 10 2018, 9:04 AM
This revision is now accepted and ready to land.Dec 10 2018, 9:04 AM
This revision was automatically updated to reflect the committed changes.