Cranelift: Harvest each Souper LHS into its own file (#5649)

* Cranelift: Harvest each Souper LHS into its own file

Souper only handles one input LHS at a time, so this makes it way easier to
script. Don't need to try and parse each LHS.

* Add audit of `arrayref` version 0.3.6

* Add audit of `constant_time_eq` version 0.2.4
This commit is contained in:
Nick Fitzgerald
2023-01-30 13:24:11 -08:00
committed by GitHub
parent a5698cedf8
commit ffcd61b520
4 changed files with 76 additions and 19 deletions

View File

@@ -48,6 +48,7 @@ clap = { workspace = true }
similar = { workspace = true }
toml = { workspace = true }
serde = { workspace = true }
fxhash = "0.2.1"
[features]
default = ["disas", "wasm", "cranelift-codegen/all-arch", "cranelift-codegen/trace-log", "souper-harvest"]