diff --git a/lib/runtime-core/src/codegen.rs b/lib/runtime-core/src/codegen.rs index 99158fb15..7b4533296 100644 --- a/lib/runtime-core/src/codegen.rs +++ b/lib/runtime-core/src/codegen.rs @@ -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, } }