Add global CtonResult and CtonError types.
These are for reporting the overall result of compiling a function.
This commit is contained in:
@@ -21,6 +21,7 @@ pub mod flowgraph;
|
||||
pub mod ir;
|
||||
pub mod isa;
|
||||
pub mod regalloc;
|
||||
pub mod result;
|
||||
pub mod settings;
|
||||
pub mod sparse_map;
|
||||
pub mod verifier;
|
||||
|
||||
Reference in New Issue
Block a user