Update gimli version; refactor debug data structures

This commit is contained in:
Yury Delendik
2019-07-03 16:58:35 -05:00
committed by Dan Gohman
parent adadf835f0
commit efe9dd7b86
9 changed files with 120 additions and 192 deletions

View File

@@ -49,8 +49,7 @@ pub mod cranelift;
pub mod lightbeam;
pub use crate::compilation::{
AddressTransforms, Compilation, CompileError, Compiler, InstructionAddressTransform,
Relocation, RelocationTarget, Relocations,
Compilation, CompileError, Compiler, Relocation, RelocationTarget, Relocations,
};
pub use crate::cranelift::Cranelift;
#[cfg(feature = "lightbeam")]