rust/compiler/rustc_codegen_ssa
David Wood 2dc1a8a779 cg: use thorin instead of llvm-dwp
`thorin` is a Rust implementation of a DWARF packaging utility that
supports reading DWARF objects from archive files (i.e. rlibs) and
therefore is better suited for integration into rustc.

Signed-off-by: David Wood <david.wood@huawei.com>
2022-01-06 09:32:42 +00:00
..
src cg: use thorin instead of llvm-dwp 2022-01-06 09:32:42 +00:00
Cargo.toml cg: use thorin instead of llvm-dwp 2022-01-06 09:32:42 +00:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.