[Lldb-commits] [lldb] Parallelize module loading in POSIX dyld code (PR #130912)

Tom Yang via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 14 11:31:25 PDT 2025


================
@@ -0,0 +1,8 @@
+
+include "../../../../include/lldb/Core/PropertiesBase.td"
+
+let Definition = "dynamicloaderposixdyld" in {
+  def ParallelModuleLoad: Property<"parallel-module-load", "Boolean">,
----------------
zhyty wrote:

I don't feel strongly about keeping it as a plugin-specific setting or hoisting it to target and setting it generically. I missed the naming for the Darwin-equivalent though -- will rename depending on what we choose. 

I initially opted for the plugin-scoped setting since I wanted to make the setting as specific as possible, because I wasn't sure how many other platforms had a specific parallel loading flag like Darwin.

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


More information about the lldb-commits mailing list