rG84a9756 added an extra blank line at the end of any line table. However, a blank line is also printed after the line table header, which meant that two blank lines in a row were being printed after a header, if there were no rows. This patch defers the post-header blank line printing until it has been determined that there are rows to print.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo