Fix unit tests on Linux

This commit is contained in:
Felix Schütt
2023-01-18 16:25:24 +01:00
parent 8d3e7c0dad
commit 3d73c536d6

View File

@@ -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();