Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use more efficient indenting for new the options in Options.td
  • Loading branch information
bd1976bris committed Jul 19, 2025
commit b25fa9ad2ba996685c915dc631f8e55ce5d2d5e1
15 changes: 7 additions & 8 deletions lld/COFF/Options.td
Original file line number Diff line number Diff line change
Expand Up @@ -271,17 +271,16 @@ def thinlto_prefix_replace: P<
"thinlto-prefix-replace",
"'old;new' replace old prefix with new prefix in ThinLTO outputs">;
def thinlto_distributor : P<"thinlto-distributor",
"Distributor to use for ThinLTO backend "
"compilations. If specified, ThinLTO backend "
"compilations will be distributed">;
"Distributor to use for ThinLTO backend compilations. If specified, ThinLTO "
"backend compilations will be distributed">;
def thinlto_distributor_arg : P<"thinlto-distributor-arg",
"Arguments to pass to the ThinLTO distributor">;
"Arguments to pass to the ThinLTO distributor">;
def thinlto_compiler : P<"thinlto-remote-compiler",
"Compiler for the ThinLTO distributor to invoke for "
"ThinLTO backend compilations">;
"Compiler for the ThinLTO distributor to invoke for ThinLTO backend "
"compilations">;
def thinlto_compiler_arg : P<"thinlto-remote-compiler-arg",
"Compiler arguments for the ThinLTO distributor "
"to pass for ThinLTO backend compilations">;
"Compiler arguments for the ThinLTO distributor to pass for ThinLTO backend "
"compilations">;
def lto_obj_path : P<
"lto-obj-path",
"output native object for merged LTO unit to this path">;
Expand Down