Files
clang-p2996/llvm/lib/MC/GOFFObjectWriter.cpp
Kai Nacke 37d99e9c6e [GOFF] Refactor GOFFOstream (#131143)
GOFFOstream writes the physical 80 byte records. The records are
connected by flags indicating if there is a successor or a predecessor.
Using the length of the logical record is prone to errors. The new
implementation buffers the last physical record, and writes it out when
new data is written. In this way, the flags can be easily determined.
No obversable change in functionality, therefore no tests.
2025-03-13 16:55:47 -04:00

9.3 KiB