Add a cranelift flag to enable/disable verbose logs for regalloc2 (#4481)

This commit is contained in:
Benjamin Bouvier
2022-07-21 11:12:13 +02:00
committed by GitHub
parent 9c72a0566e
commit 4ce329d1eb
4 changed files with 15 additions and 1 deletions

View File

@@ -389,6 +389,7 @@ impl Engine {
| "enable_simd"
| "enable_verifier"
| "regalloc_checker"
| "regalloc_verbose_logs"
| "is_pic"
| "machine_code_cfg_info"
| "tls_model" // wasmtime doesn't use tls right now