mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 14:25:32 +00:00
activate pre_validation when llvm backend selected
This commit is contained in:
parent
5c1c786e35
commit
7ca0430a40
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user