a few missed variable renames

This commit is contained in:
Brendan Hansknecht 2023-12-04 14:57:47 -08:00
parent 05c1b6c583
commit 749faf4850
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
3 changed files with 3 additions and 3 deletions

View file

@ -487,7 +487,7 @@ where
let config = HelperConfig {
mode: LlvmBackendMode::WasmGenTest,
add_debug_info: false,
emit_debug_info: false,
ignore_problems,
opt_level: OPT_LEVEL,
};