Skip to content

Commit 6fcfc51

Browse files
authored
Fix build with --features=experimental.
1 parent 8f17a20 commit 6fcfc51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/execution_engine.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ pub mod experimental {
529529
use llvm_sys::orc::{LLVMOrcCreateInstance, LLVMOrcDisposeInstance, LLVMOrcJITStackRef, LLVMOrcAddEagerlyCompiledIR, LLVMOrcAddLazilyCompiledIR, LLVMOrcGetErrorMsg, LLVMOrcGetMangledSymbol, LLVMOrcDisposeMangledSymbol};
530530

531531
use crate::module::Module;
532+
use crate::support::to_c_str;
532533
use crate::targets::TargetMachine;
533534

534535
use std::mem::MaybeUninit;

0 commit comments

Comments
 (0)