LLVM-RTDYLD

Section: User Commands (1)
Updated: February 2023
Index Return to Main Contents
 

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)

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.


 

Index

NAME
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 08:51:03 GMT, March 29, 2024