pub(crate) fn append_module_inline_asm<'ll>(
llmod: &'ll Module,
asm: &[u8],
target_features: &str,
target_cpu: &str,
)Expand description
Safe wrapper for LLVMRustAppendModuleInlineAsm, which delegates to
Module::appendModuleInlineAsm.