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:
Zalathar 2025-01-05 11:38:43 +11:00
parent 8417f8311f
commit e267106104
6 changed files with 42 additions and 24 deletions

View file

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