about summary refs log tree commit diff
path: root/tests/run-make-fulldeps/split-debuginfo
AgeCommit message (Collapse)AuthorLines
2023-03-30Move almost all run-make-fulldeps to run-makeJoshua Nelson-345/+0
They pass fine.
2023-01-15Preserve split DWARF files when building archives.Kyle Huey-2/+2
The optimization that removes artifacts when building libraries is correct from the compiler's perspective but not from a debugger's perspective. Unpacked split debuginfo is referred to by filename and debuggers need the artifact that contains debuginfo to continue to exist at that path. Ironically the test expects the correct behavior but it was not running.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+345