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
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to