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

@@ -1,7 +1,8 @@
//! Generate the ISA-specific settings.
use std::collections::HashMap;
use cranelift_codegen_shared::constant_hash::{generate_table, simple_hash};
use crate::constant_hash::generate_table;
use cranelift_codegen_shared::constant_hash::simple_hash;
use crate::cdsl::camel_case;
use crate::cdsl::settings::{