Skip to content

Commit 0af2bde

Browse files
Update lld/MachO/Options.td
Co-authored-by: Daniel Rodríguez Troitiño <[email protected]>
1 parent 39cffd0 commit 0af2bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/MachO/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ def interposable : Flag<["-"], "interposable">,
397397
HelpText<"Indirects access to all exported symbols in an image">,
398398
Group<grp_opts>;
399399
def read_threads : Joined<["--"], "read-threads=">,
400-
HelpText<"Number of threads to use to proactively page in files for faster disk i/o. 20 would be a typical value, use 0 to disable this feature.">,
400+
HelpText<"Number of threads to eagerly preload input files content into memory. Use 0 to disable this feature. Default is disabled.">,
401401
Group<grp_lld>;
402402
def order_file : Separate<["-"], "order_file">,
403403
MetaVarName<"<file>">,

0 commit comments

Comments
 (0)