Add global CtonResult and CtonError types.

These are for reporting the overall result of compiling a function.
This commit is contained in:
Jakob Stoklund Olesen
2017-04-21 10:55:12 -07:00
parent 4cf3babda0
commit 83381dadc5
3 changed files with 76 additions and 0 deletions

View File

@@ -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;