Move generate_table from cranelift-codegen-shared to cranelift-codegen-meta

This commit is contained in:
bjorn3
2021-10-27 13:23:29 +02:00
parent 49133f62e6
commit 91d4f36970
5 changed files with 73 additions and 66 deletions

View File

@@ -11,6 +11,7 @@ mod gen_inst;
mod gen_settings;
mod gen_types;
mod constant_hash;
mod shared;
mod unique_table;