Skip to content

Commit 8db9d6e

Browse files
authored
Merge pull request rust-lang#197 from nlewycky/patch-2
Fix build with --features=experimental.
2 parents 8f17a20 + 6fcfc51 commit 8db9d6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/execution_engine.rs

+1
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)