[Lldb-commits] [lldb] (lldb) Fix build break for Windows (`PATH_MAX`) (PR #104493)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 15 13:28:21 PDT 2024


clayborg wrote:

Please make a follow up patch to remove the use of PATH_MAX in the SmallString. It isn't needed. Just set the value to 1024 and let the SmallString allocate on the heap if it goes over. 

https://github.com/llvm/llvm-project/pull/104493


More information about the lldb-commits mailing list