Mircea Trofin c49bc1a3b7 BitcodeWriter: ensure Buffer is heap allocated
PR #92983 accidentally changed the buffer allocation in
`llvm::WriteBitcodeToFile` to be allocated on the stack, which is
problematic given it's a large-ish buffer (256K)
2024-06-03 12:48:23 -07:00
..