DWARF v5 specifies that the root file (also given in the DW_AT_name attribute
of the compilation unit DIE) should be emitted explicitly to the line table's list of files.
This makes the line table more independent of the .debug_info section.
I am a bit nonplussed that more directory names are appearing in the .file directives now, which required more test changes than I expected, but I can't see that being harmful.