[Lldb-commits] [lldb] (lldb) Correctly fix a usage of `PATH_MAX` and unit tests (PR #104502)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 15 15:36:32 PDT 2024
================
@@ -26,6 +27,8 @@ class Platform;
class ExecutionContext;
class RegisterFlags;
+typedef llvm::SmallString<128> PathSmallString;
----------------
clayborg wrote:
I would do 256 as a starting point for paths.
https://github.com/llvm/llvm-project/pull/104502
More information about the lldb-commits
mailing list