diff options
author | Mircea Trofin <mtrofin@google.com> | 2024-06-03 12:46:08 -0700 |
---|---|---|
committer | Mircea Trofin <mtrofin@google.com> | 2024-06-03 12:48:23 -0700 |
commit | c49bc1a3b782e38e4ffb5b274f1e7775af6c2315 (patch) | |
tree | 7002cd6e34a7c87fb2c872d3edecce2deb2af84b /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | cf3b37c92ffad21086a0741ac682c87abea9a5d6 (diff) | |
download | llvm-c49bc1a3b782e38e4ffb5b274f1e7775af6c2315.zip llvm-c49bc1a3b782e38e4ffb5b274f1e7775af6c2315.tar.gz llvm-c49bc1a3b782e38e4ffb5b274f1e7775af6c2315.tar.bz2 |
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)
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions