[Lldb-commits] [lldb] (lldb) Correctly fix a usage of `PATH_MAX` and unit tests (PR #104502)

via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 15 15:43:01 PDT 2024


royitaqi wrote:

Two changes made:
1. Add typedef `lldb_private::PathSmallString` with initial size 256. Use it in `RealpathPrefixes.cpp`.
2. Fix test errors in Windows (caused by by not specify WindowsSpec vs. PosixSpec).

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


More information about the lldb-commits mailing list