about summary refs log tree commit diff
path: root/src/test/run-make-fulldeps/split-debuginfo/bar.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-13/+0
2022-01-06cg: use thorin instead of llvm-dwpDavid Wood-0/+13
`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>