llvm-rtdyld-14 (1) Linux Manual Page
NAME
llvm-rtdyld – manual page for llvm-rtdyld 14
DESCRIPTION
OVERVIEW: llvm MC-JIT tool
USAGE: llvm-rtdyld [options] <input files> –args <program arguments>…
OPTIONS:
Color Options:
-
–color– Use colors in output (default=autodetect)
-
–help– Display available options (–help-hiddenfor more)–help-list– Display list of available options (–help-list-hiddenfor more)–version– Display the version of this program
-
–args<string>… – <program arguments>…–check=<string> – File containing RuntimeDyld verifier checks.–dylib=<string> – Add library.–entry=<string> – Function to call as entry point.–mcpu=<cpu-name> – Target a specific cpu type (-mcpu=,help/ for details)–preallocate=<ulong> – Allocate memory upfront rather than on-demand–show-times– Show times for llvm-rtdyld phases–triple=<string> – Target triple for disassembler -
- Action to perform:
-
–execute– Load, link, and execute the inputs.–printline– Load, link, and print line information for each function.–printdebugline– Load, link, and print line information for each function using the debug object–printobjline– Like-printlineinfobut does not load the object first–verify– Load, link and verify the resulting memory image.
