Scaffolding for defining settings.

Settings can be defined globally or per-ISA. They are available to code through
a generated Settings struct with accessor methods per setting.
This commit is contained in:
Jakob Stoklund Olesen
2016-08-05 13:38:43 -07:00
parent 6b69391289
commit cfeefde3fc
7 changed files with 310 additions and 2 deletions

View File

@@ -13,5 +13,6 @@ pub mod write;
pub mod cfg;
pub mod dominator_tree;
pub mod entity_map;
pub mod settings;
#[cfg(test)]pub mod test_utils;