mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +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 {
|
||||
match backend {
|
||||
Backend::Cranelift => true,
|
||||
Backend::LLVM => false,
|
||||
Backend::LLVM => true,
|
||||
Backend::Singlepass => false,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user