mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
Update `BytecodeWriter` to invoke `reserveExtraSpace` on the stream before writing to it. This will give clients implementing custom output streams the opportunity to allocate an appropriately sized buffer for the write.