summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2025-04-09 12:39:03 -0400
committerGitHub <noreply@github.com>2025-04-09 12:39:03 -0400
commit543e5f5842fe576bb8752f04345b2cc995e5bb50 (patch)
tree989cb11062c44340fe1eb6281ecf5fa41463e2da /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent751c3f51eb65b493bf2fc2c6b2788f89e16a1fbe (diff)
Fix crash with align_value diagnostic reporting (#135013)
We were passing the address of a local variable to a call to Diag() which then tried to use the object after its lifetime ended, resulting in crashes. We no longer pass the temporary object any longer. Fixes #26612
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions