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