Commit 296853b
SuperPMI: re-apply JitWasmNyiToR2RUnsupported when ignoring stored config
The asmdiffs-checked-release leg uses -ignoreStoredConfig, which drops
the JitWasmNyiToR2RUnsupported=1 setting that crossgen-corelib.proj
recorded into the MCH stored config at collection time. The wasm JIT
then asserts on unimplemented opcodes (e.g. GT_ASYNC_CONTINUATION)
instead of cleanly skipping them as R2R-unsupported. Re-supply the
option externally for wasm whenever we pass -ignoreStoredConfig.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent e99ab10 commit 296853b
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2280 | 2280 | | |
2281 | 2281 | | |
2282 | 2282 | | |
| 2283 | + | |
| 2284 | + | |
| 2285 | + | |
| 2286 | + | |
| 2287 | + | |
| 2288 | + | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
2283 | 2294 | | |
2284 | 2295 | | |
2285 | 2296 | | |
| |||
0 commit comments