Fields

target: Target,
dynamic_linker: DynamicLinker = .{ },

Functions

fn abiAndDynamicLinkerFromFile(file: fs.File, cpu: Target.Cpu, os: Target.Os, ld_info_list: []const LdInfo, cross_target: CrossTarget) AbiAndDynamicLinkerFromFileError!NativeTargetInfo

No documentation provided.

fn detect(cross_target: CrossTarget) DetectError!NativeTargetInfo

Given a CrossTarget, which specifies in detail which parts of the target shoul…

Given a CrossTarget, which specifies in detail which parts of the target should be detected natively, which should be standard or default, and which are provided explicitly, this function resolves the native components by detecting the native system, and then resolves standard/default parts relative to that.

fn elfInt(is_64: bool, need_bswap: bool, int_32: anytype, int_64: anytype) @TypeOf(int_64)

No documentation provided.

fn getExternalExecutor(host: NativeTargetInfo, candidate: NativeTargetInfo, options: GetExternalExecutorOptions) Executor

Return whether or not the given host target is capable of executing natively exe…

Return whether or not the given host target is capable of executing natively executables of the other target.