LLVMRustBundleImages

Function LLVMRustBundleImages 

Source
pub(crate) unsafe fn LLVMRustBundleImages<'a>(
    _M: &'a Module,
    _TM: &'a TargetMachine,
) -> bool
Expand description

Processes the module and writes it in an offload compatible way into a “host.out” file. Marked as unsafe to match the real offload wrapper which is unsafe due to FFI.