mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-07-24 09:05:40 +00:00
update and fix the linker (#140)
This commit is contained in:
@@ -37,7 +37,7 @@ impl<'ctx> Global<'ctx> {
|
||||
.add_global(r#type, Some(address_space.into()), name);
|
||||
let global = Self { r#type, value };
|
||||
|
||||
global.value.set_linkage(inkwell::module::Linkage::Private);
|
||||
global.value.set_linkage(inkwell::module::Linkage::External);
|
||||
global
|
||||
.value
|
||||
.set_visibility(inkwell::GlobalVisibility::Default);
|
||||
|
||||
Reference in New Issue
Block a user