mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 14:18:20 +00:00
Fix unit tests on Linux
This commit is contained in:
@@ -152,7 +152,7 @@ impl CompilerOptions {
|
||||
use std::fs::File;
|
||||
use std::io::Write;
|
||||
use wasmer_compiler_llvm::{
|
||||
CompiledKind, InkwellMemoryBuffer, InkwellModule, LLVMCallbacks,
|
||||
CompiledKind, InkwellMemoryBuffer, InkwellModule, LLVMCallbacks, LLVM,
|
||||
};
|
||||
use wasmer_types::entity::EntityRef;
|
||||
let mut config = LLVM::new();
|
||||
|
||||
Reference in New Issue
Block a user