llvm-project
655d0485 - [GOFF] Add writing of text records (#137235)

Commit
178 days ago
[GOFF] Add writing of text records (#137235) Sections which are not allowed to carry data are marked as virtual. Only complication when writing out the text is that it must be written in chunks of 32k-1 bytes, which is done by having a wrapper stream writing those records. Data of BSS sections is not written, since the contents is known to be zero. Instead, the fill byte value is used.
Author
Parents
Loading