For most tables, we already use commas in headers. The patch unifies dumping the remaining ones.
Details
Details
- Reviewers
jhenderson aprantl dblaikie probinson JDevlieghere MaskRay - Commits
- rGcbec419b3ebb: [DebugInfo] Separate fields with commas in headers of type units (3/3).
rG2a7af304823d: [DebugInfo] Separate fields with commas in headers of compile units (2/3).
rG937403d68430: [DebugInfo] Separate fields with commas in headers of .debug_pub* tables (1/3).
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Awesome, thanks! (could separate this into three commits for the three independent changes but I don't feel strongly about that)
Maybe we could even have a utility for printing these headers we could reuse in all these places to ensure consistency? Might not be worth it, though - not sure.