[Lldb-commits] [lldb] [lldb][headers] Create script to fix up versioning (PR #141116)

Chelsea Cassanova via lldb-commits lldb-commits at lists.llvm.org
Thu May 22 15:05:39 PDT 2025


chelcassanova wrote:

> There is functionality in lldb/scripts/framework-header-fix.sh that does the same thing. Can you remove this functionality from that script too?

Yeah, I can remove that. The ultimate goal I want here is:
1. Fixing up the versioning takes place in its own script (the one in this PR).
2. By fixing up the versioning here, it should remove the need to have a separate script for populating the info on the RPC side.
3. Fixing up includes for the framework is converted to a Python script, and can handle both the main LLDB headers and the RPC ones in one script (using different invocations).

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


More information about the lldb-commits mailing list