diff options
author | Emil Pedersen <3mille.prenom.nom@gmail.com> | 2024-03-26 12:09:22 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 12:09:22 -0700 |
commit | 0e5c504d3d80eb1488483a15269c2155f9e04bd7 (patch) | |
tree | 0375409e7c3e0cb443d4b81fc88a99ffbe9d1f53 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 601d7eab0665ba298d81952da11593124fd893a0 (diff) | |
download | llvm-0e5c504d3d80eb1488483a15269c2155f9e04bd7.zip llvm-0e5c504d3d80eb1488483a15269c2155f9e04bd7.tar.gz llvm-0e5c504d3d80eb1488483a15269c2155f9e04bd7.tar.bz2 |
[DebugInfo] [SelectionDAG] Fix handling of duplicate dbg values (#86598)
Before this fix, a duplicate llvm.dbg.value intrinsic referring to an
argument, after an alloca, would be generated with `$noreg`, losing
debug information. Instead, we silently drop the second debug info, so
it doesn't break the first one.
rdar://125375717
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions