[Lldb-commits] [lldb] [lldb][headers] Create Python script to fix up framework headers (PR #142051)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 3 10:29:06 PDT 2025


https://github.com/JDevlieghere commented:

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. 

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


More information about the lldb-commits mailing list