In some environments this test could fail if start.S has its own DWARF CompileUnit or similar are included before the DWARF CompileUnit for the file.
This change makes the test independent of the index of the compile unit, instead checking the filename.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
s/if symbols for start.S or similar are included before the symbols for the file./if start.S has its own DWARF CompileUnit or similar are included before the DWARF CompileUnit for the file./
You could IMO check it in as an obvious fix, thanks.
Comment Actions
Thanks for the quick review! Please commit it as I do not have permission to do that.