Use gimli to get the values of DWARF constants needed by codegen
The `gimli` crate is already a dependency of `thorin-dwp`, which is already a dependency of `rustc_codegen_ssa`.
This commit is contained in:
parent
8417f8311f
commit
e267106104
6 changed files with 42 additions and 24 deletions
|
@ -39,6 +39,7 @@ use crate::llvm::debuginfo::{
|
|||
use crate::value::Value;
|
||||
|
||||
mod create_scope_map;
|
||||
mod dwarf_const;
|
||||
mod gdb;
|
||||
pub(crate) mod metadata;
|
||||
mod namespace;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue