mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-17 21:07:52 +00:00
[lld/mac] Put lld-only flags in "LLD-SPECIFIC:" --help section
Differential Revision: https://reviews.llvm.org/D104347
This commit is contained in:
parent
5d621ed85d
commit
46ac1b213a
@ -46,15 +46,20 @@ def lto_legacy_pass_manager: Flag<["--"], "lto-legacy-pass-manager">,
|
||||
def no_lto_legacy_pass_manager : Flag<["--"], "no-lto-legacy-pass-manager">,
|
||||
HelpText<"Use the new pass manager in LLVM">,
|
||||
Group<grp_lld>;
|
||||
def time_trace: Flag<["--"], "time-trace">, HelpText<"Record time trace">;
|
||||
def time_trace: Flag<["--"], "time-trace">, HelpText<"Record time trace">,
|
||||
Group<grp_lld>;
|
||||
def time_trace_granularity_eq: Joined<["--"], "time-trace-granularity=">,
|
||||
HelpText<"Minimum time granularity (in microseconds) traced by time profiler">;
|
||||
HelpText<"Minimum time granularity (in microseconds) traced by time profiler">,
|
||||
Group<grp_lld>;
|
||||
def time_trace_file_eq: Joined<["--"], "time-trace-file=">,
|
||||
HelpText<"Specify time trace output file">;
|
||||
HelpText<"Specify time trace output file">,
|
||||
Group<grp_lld>;
|
||||
def deduplicate_literals: Flag<["--"], "deduplicate-literals">,
|
||||
HelpText<"Enable literal deduplication">;
|
||||
HelpText<"Enable literal deduplication">,
|
||||
Group<grp_lld>;
|
||||
def print_dylib_search: Flag<["--"], "print-dylib-search">,
|
||||
HelpText<"Print which paths lld searched when trying to find dylibs">;
|
||||
HelpText<"Print which paths lld searched when trying to find dylibs">,
|
||||
Group<grp_lld>;
|
||||
|
||||
// This is a complete Options.td compiled from Apple's ld(1) manpage
|
||||
// dated 2018-03-07 and cross checked with ld64 source code in repo
|
||||
|
Loading…
Reference in New Issue
Block a user