mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 19:36:42 +00: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.