about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/debuginfo/dwarf_const.rs
AgeCommit message (Collapse)AuthorLines
2025-10-02codegen: Generate `dbg_value` for the ref statementdianqk-0/+3
2025-01-05Use constants for DWARF opcodes, instead of FFI callsZalathar-0/+8
2025-01-05Use gimli to get the values of DWARF constants needed by codegenZalathar-0/+29
The `gimli` crate is already a dependency of `thorin-dwp`, which is already a dependency of `rustc_codegen_ssa`.