https://github.com/clayborg commented:

Most plug-ins inside of lldb either have their own namespace or none. If there 
is a larger patch that will go into open source that exposes the lldb_private 
namespace, then this would be applicable. In that case we would need a 
liblldb_private.so which contained all of the lldb_private APIs, and then 
liblldb.so would need to link against that. For Apple systems we would need a 
LLDBPrivate.framework that LLDB.framework would link against. This would need 
to all be optional to enable via CMake. So unless this patch also attempts 
this, I don't see a reason to change these files in open source as you could 
just make this change in your branch.

https://github.com/llvm/llvm-project/pull/67851
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to