[Lldb-commits] [lldb] [lldb][headers] Create Python script to fix up framework headers (PR #142051)
Chelsea Cassanova via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 3 11:14:42 PDT 2025
chelcassanova wrote:
> I think this could benefit from following the pattern of the other scripts, which is running on a single file and having CMake doing the globbing, presumably that means the build system can do all of this in parallel instead of making this a single-threaded operation.
I was actually wondering if file-level operations should be done in the script or by the build system. With the other scripts we do this in the build system so this can be changed to match that.
https://github.com/llvm/llvm-project/pull/142051
More information about the lldb-commits
mailing list