summaryrefslogtreecommitdiff
path: root/lld/MachO/Options.td
diff options
context:
space:
mode:
Diffstat (limited to 'lld/MachO/Options.td')
-rw-r--r--lld/MachO/Options.td3
1 files changed, 3 insertions, 0 deletions
diff --git a/lld/MachO/Options.td b/lld/MachO/Options.td
index 4f0602f59812..8ae50f380741 100644
--- a/lld/MachO/Options.td
+++ b/lld/MachO/Options.td
@@ -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_workers : Joined<["--"], "read-workers=">,
+ HelpText<"Approximate number of workers to use to eagerly preload input files content into memory. Use 0 to disable this feature. Default is disabled.">,
+ Group<grp_lld>;
def order_file : Separate<["-"], "order_file">,
MetaVarName<"<file>">,
HelpText<"Layout functions and data according to specification in <file>">,