[Lldb-commits] [lldb] [lldb][rpc] Upstream RPC Client Library Emitters (PR #147655)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 24 21:48:44 PDT 2025
================
@@ -306,6 +348,28 @@ bool EmitAmalgamatedServerHeader(const std::vector<std::string> &Files) {
return true;
}
+bool EmitAmalgamatedLibraryHeader(const std::vector<std::string> &Files) {
----------------
medismailben wrote:
Not sure what "Amalgamated" means here, I'd like a more self-explaining name or a least a comment.
https://github.com/llvm/llvm-project/pull/147655
More information about the lldb-commits
mailing list