This change replaces the InitialLength of pub-tables with Format and
Length. All the InitialLength fields have been removed.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Originally, yaml2obj doesn't support emitting DWARF64 pub-tables. I've slightly modified the DWARF emitter and added a bunch of tests. I'm afraid it will bring difficulty in reviewing this change. Shall I add them in a separate patch?
Comment Actions
Ah, I didn't realise it didn't support it. Let's split off support to a separate patch.