update and fix the linker (#140)

This commit is contained in:
Cyrill Leutwiler
2024-12-18 23:11:06 +01:00
committed by GitHub
parent 22070a824d
commit 3f9771f838
9 changed files with 410 additions and 494 deletions
@@ -211,7 +211,7 @@ where
self.identifier.as_str(),
function_type,
self.result.len(),
Some(inkwell::module::Linkage::Private),
Some(inkwell::module::Linkage::External),
)?;
revive_llvm_context::PolkaVMFunction::set_attributes(
context.llvm(),