[lld] [lld][MachO]Multi-threaded i/o. Twice as fast linking a large project. (PR #147134)

Ellis Hoag via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 17 11:57:36 PDT 2025


================
@@ -396,6 +396,9 @@ def dead_strip : Flag<["-"], "dead_strip">,
 def interposable : Flag<["-"], "interposable">,
     HelpText<"Indirects access to all exported symbols in an image">,
     Group<grp_opts>;
+def read_threads : Joined<["--"], "read-threads=">,
+    HelpText<"Number of threads to use if pro-actively paging in files.">,
----------------
ellishg wrote:

```suggestion
    HelpText<"Number of threads to use if proactively paging in files.">,
```

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


More information about the llvm-commits mailing list