[llvm] r340583 - DebugInfo: Improve debug location merging

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 24 16:32:55 PDT 2018


I committed a quick and dirty fix in r340672 / https://reviews.llvm.org/D51238 that detects this situation and then picks the first location's scope. We should probably come up with something less misleading.

-- adrian

> On Aug 24, 2018, at 3:54 PM, Adrian Prantl <aprantl at apple.com> wrote:
> 
> I uploaded a unittest that demonstrates the issue to https://reviews.llvm.org/D51238. If we can't resolve this today it would be great if we could revert the patch until we have a fix.
> 
> thanks,
> adrian



More information about the llvm-commits mailing list