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