mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-23 13:41:32 +00:00
activate pre_validation when llvm backend selected
This commit is contained in:
@ -263,7 +263,7 @@ impl<
|
|||||||
fn requires_pre_validation(backend: Backend) -> bool {
|
fn requires_pre_validation(backend: Backend) -> bool {
|
||||||
match backend {
|
match backend {
|
||||||
Backend::Cranelift => true,
|
Backend::Cranelift => true,
|
||||||
Backend::LLVM => false,
|
Backend::LLVM => true,
|
||||||
Backend::Singlepass => false,
|
Backend::Singlepass => false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user