Provided by: llvm-15_15.0.2-1_amd64 bug

NAME

       llvm-rtdyld - manual page for llvm-rtdyld 15

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)

       Generic Options:

       --help                - Display available options (--help-hidden for more)

       --help-list           - Display list of available options (--help-list-hidden for more)

       --version             - Display the version of this program

       RTDyld Options:

       --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 -printlineinfo but does not load the object first

       --verify             - Load, link and verify the resulting memory image.