Properly collect/identify used DWARF entries.

This commit is contained in:
Yury Delendik
2019-07-05 09:29:15 -05:00
committed by Dan Gohman
parent efe9dd7b86
commit cafe821f24
4 changed files with 264 additions and 23 deletions

View File

@@ -12,6 +12,7 @@ pub use crate::transform::{
pub use crate::write_debuginfo::{emit_dwarf, ResolvedSymbol, SymbolResolver};
mod address_transform;
mod gc;
mod read_debuginfo;
mod transform;
mod write_debuginfo;