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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user