Extend the existing basic block sections debug info test to check for the correctness of the generated line table.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Looks OK - though you might want to check with -v output or otherwise check the addresses maybe? It might be the llvm-dwarfdump output, even with -v, is a bit hard to test what you may want to test on an object file - validating which line table entries are referring to which sections. If you want to test at that level to ensure the portions of the line table refer to the right bb sections, it might involve enhancing llvm-dwarfdump -v -debug-line output to include the name of the section (& section number, in cases where the name may not be unique (-fno-unique-section-names)) in a similar way to llvm-dwarfdump's output for debug_ranges/loc/etc.
llvm/test/DebugInfo/X86/basic-block-sections_1.ll | ||
---|---|---|
2 | x86_64-* -> x86_64 |
Thanks for the review David. I've added the addresses to the test for now. Extending the verbose output for dwarfdump seems like a good idea, we will look into adding that in the future.
x86_64-* -> x86_64