[Lldb-commits] [lldb] [lldb][rpc] Upstream RPC Client Library Emitters (PR #147655)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 30 13:55:56 PDT 2025


================
@@ -46,6 +48,12 @@ static std::string GetServerOutputDirectory() {
   return std::string(Path);
 }
 
+static std::string GetLibraryOutputDirectory() {
+  llvm::SmallString<128> Path(OutputDir.getValue());
----------------
chelcassanova wrote:

> which is hard coded to 260 I believe. May be we should go with that to match the smallest path length.

This can be done, especially since the server output dir path is 256.

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


More information about the lldb-commits mailing list