Christian Ulmann 45af938ecf
[Coroutines] Walk inlinedAt recursively to create legal DILabels (#157099)
This commit resolves a defect in the creation of DILabels for suspend
points. While a previous change introduced support for inlined
locations, it did not consider that a location might originate from
multiple inlinings. Therefore, we extend this to walk iteratively
through all `inlinedAt` locations to get to the root.
2025-09-05 16:07:29 +02:00
..