Files
wasmtime/cranelift/reader/src
Afonso Bordado fc72b7ccd3 cranelift: Correctly recover from parsing unknown values (#4447)
When parsing isa specific values we were accidentally discarding the
value of the flag, and treating it always as a boolean flag.

This would cause a `clif-util` invocation such as
`cargo run -- compile -D --set has_sse41=false --target x86_64 test.clif`

to be interpreted as `--set has_sse41` and enable that feature instead
of disabling it.
2022-07-14 13:07:58 -07:00
..
2022-07-07 12:54:39 -07:00
2022-07-07 12:54:39 -07:00
2020-03-03 13:21:13 -06:00