Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow
key#value
for superpmi JIT option specification (#92803)
superpmi.py will pass this through from the `-jitoption` / `-base_jit_option` / `-diff_jit_option` to superpmi.exe `-jitoption` and `-jit2option`. Currently, the format is `key=value`. I wrap invocation of superpmi.py with Windows batch file scripting, which has an annoying problem of "eating" the equals size `=`. This works around that problem. I can't think of any case where `#` is needed in a key or value, hence that choice as an additional option.
- Loading branch information