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

1
Cargo.lock generated
View File

@@ -754,6 +754,7 @@ dependencies = [
"cranelift-reader",
"cranelift-wasm",
"filecheck",
"fxhash",
"indicatif",
"log",
"pretty_env_logger",