[lld][COFF] Fill only gaps in code sections. (#72138)
Filling entire buffer would require all chunks to overwrite it later, which is not the case for uninitialized chunks merged into code sections.
Loading
Please sign in to comment
Filling entire buffer would require all chunks to overwrite it later, which is not the case for uninitialized chunks merged into code sections.